Socket
Socket
Sign inDemoInstall

@near-js/providers

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

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

14

package.json
{
"name": "@near-js/providers",
"version": "1.0.0-next.11",
"version": "1.0.0-next.12",
"description": "Library of implementations for interfacing with the NEAR blockchain",

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

"isomorphic-unfetch": "^3.1.0",
"@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/types": "1.0.0-next.12",
"@near-js/transactions": "1.3.0-next.12",
"@near-js/utils": "1.0.0-next.12"
},

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

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

@@ -43,3 +43,3 @@ "optionalDependencies": {

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

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