Socket
Socket
Sign inDemoInstall

@near-js/crypto

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

Comparing version 1.4.0-next.14 to 1.4.0-next.15

15

package.json
{
"name": "@near-js/crypto",
"version": "1.4.0-next.14",
"version": "1.4.0-next.15",
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys",
"main": "./lib/commonjs/index.cjs",
"types": "./lib/esm/index.d.ts",
"main": "lib/esm/index.js",
"type": "module",

@@ -16,4 +15,4 @@ "keywords": [],

"secp256k1": "5.0.0",
"@near-js/types": "1.0.0-next.14",
"@near-js/utils": "1.0.0-next.14"
"@near-js/types": "0.3.0-next.15",
"@near-js/utils": "1.0.0-next.15"
},

@@ -27,4 +26,4 @@ "devDependencies": {

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

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

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

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