@near-js/keystores-browser
Advanced tools
Comparing version 0.1.0-next.0 to 0.1.0-next.1
{ | ||
"name": "@near-js/keystores-browser", | ||
"version": "0.1.0-next.0", | ||
"version": "0.1.0-next.1", | ||
"description": "KeyStore implementation for working with keys in browser LocalStorage", | ||
"main": "lib/index.js", | ||
"main": "lib/esm/index.js", | ||
"type": "module", | ||
@@ -11,4 +11,4 @@ "keywords": [], | ||
"dependencies": { | ||
"@near-js/keystores": "0.1.0-next.0", | ||
"@near-js/crypto": "1.3.0-next.0" | ||
"@near-js/crypto": "1.3.0-next.1", | ||
"@near-js/keystores": "0.1.0-next.1" | ||
}, | ||
@@ -26,5 +26,9 @@ "devDependencies": { | ||
], | ||
"exports": { | ||
"require": "./lib/commonjs/index.js", | ||
"import": "./lib/esm/index.js" | ||
}, | ||
"scripts": { | ||
"build": "pnpm compile", | ||
"compile": "tsc -p tsconfig.json", | ||
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", | ||
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc", | ||
@@ -31,0 +35,0 @@ "lint:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc --fix", |
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
43051
21
903
1
+ Added@near-js/crypto@1.3.0-next.1(transitive)
+ Added@near-js/keystores@0.1.0-next.1(transitive)
+ Added@near-js/types@0.3.0-next.1(transitive)
+ Added@near-js/utils@0.3.0-next.1(transitive)
- Removed@near-js/crypto@1.3.0-next.0(transitive)
- Removed@near-js/keystores@0.1.0-next.0(transitive)
- Removed@near-js/types@0.3.0-next.0(transitive)
- Removed@near-js/utils@0.3.0-next.0(transitive)
Updated@near-js/crypto@1.3.0-next.1