We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3253367 commit 4d6d00dCopy full SHA for 4d6d00d
1 file changed
src/securenative.ts
@@ -10,6 +10,7 @@ import { join } from 'path';
10
import ModuleManager from './module-manager';
11
import { IMiddleware } from './middleware/middleware';
12
import { createMiddleware } from './middleware/midlleware-factory';
13
+import fetch from 'node-fetch';
14
15
const PACKAGE_FILE_NAME = 'package.json';
16
0 commit comments