@atomicfinance/client
Advanced tools
Comparing version 0.2.2 to 1.0.0-alpha.0
{ | ||
"name": "@atomicfinance/client", | ||
"umdName": "Client", | ||
"version": "0.2.2", | ||
"version": "1.0.0-alpha.0", | ||
"description": "> TODO: description", | ||
@@ -9,16 +9,16 @@ "author": "Matthew Black <mblackmblackmblack@gmail.com>", | ||
"license": "ISC", | ||
"main": "dist/index.cjs.js", | ||
"main": "dist/index", | ||
"types": "lib/index", | ||
"files": [ | ||
"dist", | ||
"lib" | ||
"dist" | ||
], | ||
"scripts": { | ||
"build:node": "webpack --config ../../webpack/webpack.node.config.js", | ||
"build:browser": "webpack --config ../../webpack/webpack.browser.config.js", | ||
"build": "webpack --config ../../webpack/webpack.config.js" | ||
"build": "yarn run clean && yarn run compile", | ||
"clean": "rimraf -rf ./dist", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build", | ||
"test": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@liquality/errors": "^0.7.1", | ||
"cfd-dlc-js-wasm": "github:zpv/cfd-dlc-js-wasm#semver:^1.0.4", | ||
"cfd-js-wasm": "github:p2pderivatives/cfd-js-wasm#semver:^0.1.6", | ||
"lodash": "^4.17.20" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "c9b9800a0e2f9707606016d539911726474f9e4a" | ||
"gitHead": "048f93374d33ee78deb97b00dde0f7decb051b61" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 2 instances 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
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
2
2
0
1
66916
12
1044