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.14 to 0.2.0-next.15

11

package.json
{
"name": "@near-js/keystores-browser",
"version": "0.2.0-next.14",
"version": "0.2.0-next.15",
"description": "KeyStore implementation for working with keys in browser LocalStorage",
"main": "./lib/commonjs/index.cjs",
"types": "./lib/esm/index.d.ts",
"main": "lib/esm/index.js",
"type": "module",

@@ -12,4 +11,4 @@ "keywords": [],

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

@@ -30,3 +29,3 @@ "devDependencies": {

"require": "./lib/commonjs/index.cjs",
"import": "./lib/esm/index.mjs"
"import": "./lib/esm/index.js"
},

@@ -33,0 +32,0 @@ "scripts": {

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