@bancor/carbon-sdk
Advanced tools
Comparing version 0.0.15-DEV to 0.0.16-DEV
{ | ||
"name": "@bancor/carbon-sdk", | ||
"version": "0.0.15-DEV", | ||
"type": "module", | ||
"source": "src/index.ts", | ||
"version": "0.0.16-DEV", | ||
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades", | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"main": "./dist/sdk.umd.js", | ||
"module": "./dist/sdk.module.mjs", | ||
"exports": "./dist/sdk.modern.mjs", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf ./lib", | ||
"compile-abis": "typechain --target ethers-v5 --out-dir 'src/abis/types' 'src/abis/**/*.json'", | ||
"prebuild": "yarn compile-abis", | ||
"build": "yarn clean && yarn tsc -p ./configs/tsconfig.cjs.json", | ||
"test": "mocha", | ||
"prepack": "yarn build" | ||
"build": "microbundle src/index.ts", | ||
"dev": "microbundle watch", | ||
"test": "mocha" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
] | ||
}, | ||
"publishConfig": { | ||
@@ -54,2 +49,3 @@ "access": "public" | ||
"chai": "^4.3.7", | ||
"microbundle": "^0.15.1", | ||
"mocha": "^10.1.0", | ||
@@ -56,0 +52,0 @@ "proxyquire": "^2.1.3", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
30836
0
Yes
729569
14
54
1