Socket
Socket
Sign inDemoInstall

@near-js/keystores-node

Package Overview
Dependencies
Maintainers
0
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.4 to 0.1.0-next.5

14

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

@@ -11,4 +11,4 @@ "main": "lib/esm/index.js",

"dependencies": {
"@near-js/crypto": "1.3.0-next.4",
"@near-js/keystores": "0.1.0-next.4"
"@near-js/crypto": "1.3.0-next.5",
"@near-js/keystores": "0.1.0-next.5"
},

@@ -21,3 +21,4 @@ "devDependencies": {

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

@@ -32,4 +33,5 @@ "files": [

"scripts": {
"build": "pnpm compile",
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"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",

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

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