Socket
Socket
Sign inDemoInstall

@near-js/wallet-account

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

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

lib/esm/index.mjs

26

package.json
{
"name": "@near-js/wallet-account",
"version": "1.3.0-next.7",
"version": "1.3.0-next.8",
"description": "Dependencies for the NEAR API JavaScript client in the browser",

@@ -12,10 +12,10 @@ "main": "./lib/commonjs/index.cjs",

"borsh": "1.0.0",
"@near-js/crypto": "1.4.0-next.7",
"@near-js/keystores": "0.2.0-next.7",
"@near-js/accounts": "1.3.0-next.7",
"@near-js/transactions": "1.3.0-next.7",
"@near-js/signers": "0.2.0-next.7",
"@near-js/types": "1.0.0-next.7",
"@near-js/providers": "1.0.0-next.7",
"@near-js/utils": "1.0.0-next.7"
"@near-js/accounts": "1.3.0-next.8",
"@near-js/keystores": "0.2.0-next.8",
"@near-js/providers": "1.0.0-next.8",
"@near-js/signers": "0.2.0-next.8",
"@near-js/types": "1.0.0-next.8",
"@near-js/crypto": "1.4.0-next.8",
"@near-js/transactions": "1.3.0-next.8",
"@near-js/utils": "1.0.0-next.8"
},

@@ -29,4 +29,4 @@ "devDependencies": {

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

@@ -38,7 +38,7 @@ "files": [

"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",

@@ -45,0 +45,0 @@ "test": "jest"

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