@ctx-core/function
Advanced tools
Comparing version 9.1.1 to 9.1.2
{ | ||
"name": "@ctx-core/function", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "ctx-core function", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "1e274a9c7f3e0916631829df1567413a4f87f5e0" | ||
"gitHead": "27b27148a8a567a38ea7eea177f1a1ecdc8d749f" | ||
} |
import typescript_plugin from 'rollup-plugin-typescript2' | ||
import pkg from './package.json' | ||
export default [ | ||
@@ -18,3 +19,9 @@ { | ||
})], | ||
external: | ||
Object.keys(pkg.dependencies||{}) | ||
.concat(Object.keys(pkg.devDependencies||{})) | ||
.concat( | ||
require('module').builtinModules || Object.keys(process.binding('natives')) | ||
), | ||
} | ||
] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155739
142
567
1