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

@proton/js

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proton/js - npm Package Compare versions

Comparing version 26.1.71 to 26.2.0

36

package.json
{
"name": "@proton/js",
"version": "26.1.71",
"version": "26.2.0",
"description": "Javascript Interface to the Proton Blockchain",

@@ -10,27 +10,13 @@ "module": "dist/index.js",

"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"cypress": "./scripts/run-cypress.sh",
"cypress-ui": "./scripts/run-cypress.sh ui",
"test-node": "jest src/tests/*node*",
"test-all": "yarn test && yarn test-node && yarn cypress",
"start": "tsdx watch",
"build": "tsdx build",
"test": "jest src/tests/*eosjs*",
"testwallet": "jest src/tests/*wallet*",
"prepare": "npm run build",
"build-web": "webpack --config webpack.prod.js && webpack --config webpack.debug.js",
"build-production": "yarn build && yarn build-web && yarn test-all",
"clean": "rm -rf dist",
"docs-init": "sh .docs/scripts/init.sh",
"docs-build": "sh .docs/scripts/build.sh",
"docs-serve": "python -m SimpleHTTPServer",
"docs-publish": "sh .docs/scripts/publish.sh"
},
"dependencies": {
"@bloks/constants": "^26.1.71",
"@bloks/constants": "26.2.0",
"abortcontroller-polyfill": "^1.7.3",
"base64url": "^3.0.1",
"bn.js": "^5.2.1",
"cross-fetch": "^3.1.4",

@@ -46,2 +32,3 @@ "elliptic": "^6.5.4",

"@babel/preset-env": "^7.11.5",
"@types/bn.js": "^5.1.1",
"@types/debug": "^4.1.5",

@@ -62,4 +49,6 @@ "@types/elliptic": "^6.4.12",

"ts-loader": "^8.1.0",
"tsconfig": "0.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"tsup": "^6.3.0",
"typescript": "^4.5.5",

@@ -98,3 +87,6 @@ "webpack": "5.73.0",

},
"gitHead": "336cc7d3f0d77fafbe7db2f5688f1fc21f6092ab"
}
"gitHead": "8a9e01b40331837d8ff6affb54613787d5142220",
"scripts": {
"build": "tsup src/index.ts --format cjs --dts"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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