@fanoutio/pubcontrol
Advanced tools
Comparing version 2.0.0-beta.8 to 2.0.0-beta.9
{ | ||
"name": "@fanoutio/pubcontrol", | ||
"version": "2.0.0-beta.8", | ||
"version": "2.0.0-beta.9", | ||
"author": "Fanout, Inc. <info@fanout.io>", | ||
@@ -5,0 +5,0 @@ "description": "EPCP Library", |
import commonjs from '@rollup/plugin-commonjs'; | ||
import nodeResolve from 'rollup-plugin-node-resolve'; | ||
import babel from 'rollup-plugin-babel'; | ||
@@ -16,5 +15,2 @@ import json from '@rollup/plugin-json'; | ||
json(), | ||
nodeResolve({ | ||
preferBuiltins: true, | ||
}), | ||
babel({ | ||
@@ -28,3 +24,8 @@ babelrc: false, | ||
], | ||
external: builtins, | ||
external: [ | ||
...builtins, | ||
'isomorphic-fetch', | ||
'agentkeepalive', | ||
'jwt-simple', | ||
], | ||
}; |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
0
4
474577
13016