tezbridge-network
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "tezbridge-network", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "The TezBridge network library for Tezos blockchain in JavaScript with Flow type system", | ||
"main": "dist/index.js", | ||
"browser": "dist/browser.js", | ||
"main": "main/index.js", | ||
"scripts": { | ||
"flow": "flow", | ||
"dev": "parcel watch src/index.js", | ||
"test": "flow && parcel build test/index.js --target node -o test.js && node dist/test.js", | ||
"build": "rm -rf dist && rm -rf .cache && flow && parcel build src/index.js --target node && NODE_ENV=browser parcel build src/index.js --target browser -o browser.js" | ||
"test": "flow && parcel build test/index.js --target node -o test.js && node dist/test.js" | ||
}, | ||
@@ -24,5 +22,5 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.1.6", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/plugin-transform-flow-strip-types": "^7.4.4", | ||
"@babel/plugin-transform-runtime": "^7.4.4", | ||
@@ -32,4 +30,4 @@ "flow-bin": "^0.86.0" | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3" | ||
"@babel/runtime": "^7.4.5" | ||
} | ||
} |
@@ -18,2 +18,3 @@ # TezBridge Network client | ||
- `parcel-bundler` is needed. (`npm install -g parcel-bundler`) | ||
- When the library is built for brower usage, the node env should be set to `browser`(`NODE_ENV=browser`) | ||
@@ -20,0 +21,0 @@ ## Building |
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance 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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
177
1
4
30500
12
689
Updated@babel/runtime@^7.4.5