Socket
Socket
Sign inDemoInstall

@near-js/keystores

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/keystores - npm Package Compare versions

Comparing version 0.2.0-next.11 to 0.2.0-next.12

8

package.json
{
"name": "@near-js/keystores",
"version": "0.2.0-next.11",
"version": "0.2.0-next.12",
"description": "Key storage and management implementations",

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

"dependencies": {
"@near-js/crypto": "1.4.0-next.11",
"@near-js/types": "1.0.0-next.11"
"@near-js/crypto": "1.4.0-next.12",
"@near-js/types": "1.0.0-next.12"
},

@@ -34,3 +34,3 @@ "devDependencies": {

"build": "pnpm compile:esm && pnpm compile:cjs",
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm",
"compile:esm": "tsc -p tsconfig.json",
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs",

@@ -37,0 +37,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