Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@near-js/crypto

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

Comparing version 1.4.0-next.7 to 1.4.0-next.8

lib/esm/constants.mjs

10

package.json
{
"name": "@near-js/crypto",
"version": "1.4.0-next.7",
"version": "1.4.0-next.8",
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys",

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

"secp256k1": "5.0.0",
"@near-js/types": "1.0.0-next.7",
"@near-js/utils": "1.0.0-next.7"
"@near-js/types": "1.0.0-next.8",
"@near-js/utils": "1.0.0-next.8"
},

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

"require": "./lib/commonjs/index.cjs",
"import": "./lib/esm/index.js"
"import": "./lib/esm/index.mjs"
},
"scripts": {
"build": "pnpm compile:esm && pnpm compile:cjs",
"compile:esm": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm",
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs",

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