Socket
Socket
Sign inDemoInstall

@near-js/signers

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/signers - npm Package Compare versions

Comparing version 0.2.0-next.0 to 0.2.0-next.1

lib/commonjs/in_memory_signer.d.ts

14

package.json
{
"name": "@near-js/signers",
"version": "0.2.0-next.0",
"version": "0.2.0-next.1",
"description": "Modules for cryptographically signing messages",
"main": "lib/index.js",
"main": "lib/esm/index.js",
"type": "module",

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

"@noble/hashes": "1.3.3",
"@near-js/crypto": "1.3.0-next.0",
"@near-js/keystores": "0.1.0-next.0"
"@near-js/crypto": "1.3.0-next.1",
"@near-js/keystores": "0.1.0-next.1"
},

@@ -27,5 +27,9 @@ "devDependencies": {

],
"exports": {
"require": "./lib/commonjs/index.js",
"import": "./lib/esm/index.js"
},
"scripts": {
"build": "pnpm compile",
"compile": "tsc -p tsconfig.json",
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc",

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