Socket
Socket
Sign inDemoInstall

@near-js/keystores-node

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-node - npm Package Compare versions

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

12

package.json
{
"name": "@near-js/keystores-node",
"version": "0.1.0-next.11",
"version": "0.1.0-next.12",
"description": "KeyStore implementation for working with keys in the local filesystem",

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

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

@@ -23,4 +23,4 @@ "devDependencies": {

"typescript": "5.4.5",
"build": "0.0.0",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"build": "0.0.0"
},

@@ -36,3 +36,3 @@ "files": [

"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",

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