Socket
Socket
Sign inDemoInstall

near-api-js

Package Overview
Dependencies
Maintainers
7
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

near-api-js - npm Package Compare versions

Comparing version 4.1.0-next.1 to 4.1.0-next.2

lib/commonjs/account_creator.d.ts

27

package.json
{
"name": "near-api-js",
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
"version": "4.1.0-next.1",
"version": "4.1.0-next.2",
"repository": {

@@ -19,13 +19,13 @@ "type": "git",

"near-abi": "0.1.1",
"@near-js/crypto": "1.3.0-next.1",
"@near-js/accounts": "1.3.0-next.1",
"@near-js/keystores": "0.1.0-next.1",
"@near-js/keystores-browser": "0.1.0-next.1",
"@near-js/keystores-node": "0.1.0-next.1",
"@near-js/providers": "0.3.0-next.1",
"@near-js/transactions": "1.3.0-next.1",
"@near-js/signers": "0.2.0-next.1",
"@near-js/types": "0.3.0-next.1",
"@near-js/utils": "0.3.0-next.1",
"@near-js/wallet-account": "1.3.0-next.1"
"@near-js/accounts": "1.3.0-next.2",
"@near-js/crypto": "1.3.0-next.2",
"@near-js/keystores": "0.1.0-next.2",
"@near-js/keystores-browser": "0.1.0-next.2",
"@near-js/keystores-node": "0.1.0-next.2",
"@near-js/providers": "0.3.0-next.2",
"@near-js/signers": "0.2.0-next.2",
"@near-js/transactions": "1.3.0-next.2",
"@near-js/utils": "0.3.0-next.2",
"@near-js/types": "0.3.0-next.2",
"@near-js/wallet-account": "1.3.0-next.2"
},

@@ -81,4 +81,5 @@ "devDependencies": {

"compile": "tsc -p ./tsconfig.json",
"compile:cjs": "tsc -p ./tsconfig.cjs.json",
"dev": "pnpm compile -w",
"build": "pnpm compile && pnpm bundle:all",
"build": "pnpm compile && pnpm compile:cjs && pnpm bundle:all",
"test": "jest --passWithNoTests",

@@ -85,0 +86,0 @@ "lint": "concurrently \"pnpm:lint:*(!fix) --no-error-on-unmatched-pattern\"",

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