@near-js/crypto
Advanced tools
Comparing version 1.3.0 to 1.4.0-next.6
{ | ||
"name": "@near-js/crypto", | ||
"version": "1.3.0", | ||
"version": "1.4.0-next.6", | ||
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys", | ||
"main": "lib/index.js", | ||
"main": "lib/esm/index.js", | ||
"type": "module", | ||
"keywords": [], | ||
@@ -14,10 +15,14 @@ "author": "", | ||
"secp256k1": "5.0.0", | ||
"@near-js/types": "0.2.1", | ||
"@near-js/utils": "0.3.0" | ||
"@near-js/utils": "1.0.0-next.6", | ||
"@near-js/types": "1.0.0-next.6" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.11.18", | ||
"jest": "26.0.1", | ||
"ts-jest": "26.5.6", | ||
"typescript": "4.9.4" | ||
"@jest/globals": "^29.7.0", | ||
"@noble/hashes": "^1.4.0", | ||
"@types/node": "20.0.0", | ||
"jest": "29.7.0", | ||
"ts-jest": "29.1.5", | ||
"typescript": "5.4.5", | ||
"build": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
@@ -27,11 +32,14 @@ "files": [ | ||
], | ||
"exports": { | ||
"require": "./lib/commonjs/index.cjs", | ||
"import": "./lib/esm/index.js" | ||
}, | ||
"scripts": { | ||
"build": "pnpm compile", | ||
"compile": "tsc -p tsconfig.json", | ||
"lint:js": "eslint -c ../../.eslintrc.js.yml test/**/*.js --no-eslintrc", | ||
"lint:js:fix": "eslint -c ../../.eslintrc.js.yml test/**/*.js --no-eslintrc --fix", | ||
"lint:ts": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts --no-eslintrc", | ||
"lint:ts:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts --no-eslintrc --fix", | ||
"test": "jest test" | ||
"build": "pnpm compile:esm && pnpm compile:cjs", | ||
"compile:esm": "tsc -p tsconfig.json", | ||
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs", | ||
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc", | ||
"lint:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc --fix", | ||
"test": "jest" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
51787
45
1066
Yes
8
2
+ Added@near-js/types@1.0.0-next.6(transitive)
+ Added@near-js/utils@1.0.0-next.6(transitive)
- Removed@near-js/types@0.2.1(transitive)
- Removed@near-js/utils@0.3.0(transitive)
Updated@near-js/types@1.0.0-next.6
Updated@near-js/utils@1.0.0-next.6