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.2.0-next.7 to 0.2.0-next.8

lib/esm/browser_local_storage_key_store.mjs

10

package.json
{
"name": "@near-js/keystores-browser",
"version": "0.2.0-next.7",
"version": "0.2.0-next.8",
"description": "KeyStore implementation for working with keys in browser LocalStorage",

@@ -11,4 +11,4 @@ "main": "./lib/commonjs/index.cjs",

"dependencies": {
"@near-js/crypto": "1.4.0-next.7",
"@near-js/keystores": "0.2.0-next.7"
"@near-js/crypto": "1.4.0-next.8",
"@near-js/keystores": "0.2.0-next.8"
},

@@ -29,7 +29,7 @@ "devDependencies": {

"require": "./lib/commonjs/index.cjs",
"import": "./lib/esm/index.js"
"import": "./lib/esm/index.mjs"
},
"scripts": {
"build": "pnpm compile:esm && pnpm compile:cjs",
"compile:esm": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm",
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs",

@@ -36,0 +36,0 @@ "lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc",

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