Socket
Socket
Sign inDemoInstall

@near-js/accounts

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/accounts - npm Package Compare versions

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

20

package.json
{
"name": "@near-js/accounts",
"version": "1.3.0-next.11",
"version": "1.3.0-next.12",
"description": "Classes encapsulating account-specific functionality",

@@ -19,8 +19,8 @@ "main": "./lib/commonjs/index.cjs",

"near-abi": "0.1.1",
"@near-js/crypto": "1.4.0-next.11",
"@near-js/providers": "1.0.0-next.11",
"@near-js/signers": "0.2.0-next.11",
"@near-js/transactions": "1.3.0-next.11",
"@near-js/types": "1.0.0-next.11",
"@near-js/utils": "1.0.0-next.11"
"@near-js/crypto": "1.4.0-next.12",
"@near-js/providers": "1.0.0-next.12",
"@near-js/signers": "0.2.0-next.12",
"@near-js/transactions": "1.3.0-next.12",
"@near-js/types": "1.0.0-next.12",
"@near-js/utils": "1.0.0-next.12"
},

@@ -39,5 +39,5 @@ "devDependencies": {

"typescript": "5.4.5",
"@near-js/keystores": "0.2.0-next.11",
"build": "0.0.0",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"@near-js/keystores": "0.2.0-next.12"
},

@@ -53,3 +53,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",

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