Socket
Socket
Sign inDemoInstall

@near-js/keystores-browser

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/keystores-browser - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0-next.6

lib/commonjs/browser_local_storage_key_store.cjs

36

package.json
{
"name": "@near-js/keystores-browser",
"version": "0.1.0",
"version": "0.2.0-next.6",
"description": "KeyStore implementation for working with keys in browser LocalStorage",
"main": "lib/index.js",
"main": "lib/esm/index.js",
"type": "module",
"keywords": [],

@@ -10,9 +11,13 @@ "author": "",

"dependencies": {
"@near-js/crypto": "1.3.0",
"@near-js/keystores": "0.1.0"
"@near-js/crypto": "1.4.0-next.6",
"@near-js/keystores": "0.2.0-next.6"
},
"devDependencies": {
"jest": "26.0.1",
"ts-jest": "26.5.6",
"typescript": "4.9.4"
"@jest/globals": "^29.7.0",
"jest": "29.7.0",
"localstorage-memory": "1.0.3",
"ts-jest": "29.1.5",
"typescript": "5.4.5",
"build": "0.0.0",
"tsconfig": "0.0.0"
},

@@ -22,11 +27,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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc