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

@zilliqa-js/core

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zilliqa-js/core - npm Package Compare versions

Comparing version 3.4.0-rc.0 to 3.4.0-rc.1

dist/esm/bundle.js

60

package.json
{
"name": "@zilliqa-js/core",
"version": "3.4.0-rc.0",
"version": "3.4.0-rc.1",
"description": "Core abstractions that power the zilliqa JS client.",
"main": "dist/index.js",
"node": "dist/index.js",
"browser": "dist/index.umd.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"repository": "https://github.com/Zilliqa/zilliqa-js",
"main": "dist/umd/bundle.js",
"browser": "dist/umd/bundle.js",
"module": "dist/esm/bundle.js",
"jsnext:main": "dist/esm/bundle.js",
"types": "dist/types/src/index.d.ts",
"typings": "dist/types/src/index.d.ts",
"repository": "https://github.com/Zilliqa/zilliqa-developer/",
"maintainers": [

@@ -29,7 +28,35 @@ "Zilliqa Usability Team <maintainers@zilliqa.com> (https://github.com/zilliqa/)"

"devDependencies": {
"@types/bn.js": "5.1.0",
"@types/camelcase": "4.1.0",
"@types/node": "12.20.55",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0"
"@types/bn.js": "^5.1.0",
"@types/camelcase": "^5.1.0",
"@types/fancy-log": "^1.3.0",
"@types/jest": "27.0.1",
"@types/node": "^20.2.3",
"@types/webpack": "^4.4.17",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"camelcase": "^5.0.0",
"eslint": "^7.32.0",
"fancy-log": "^1.3.2",
"husky": "^7.0.1",
"jest": "=26.6.0",
"jest-diff": "^29.3.1",
"jest-fetch-mock": "3.0.3",
"prettier": "^2.3.2",
"rimraf": "^2.6.2",
"rollup": "2.3.0",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"sodium-randbytes": "0.14.0",
"ts-jest": "^27.1.3",
"ts-loader": "8.0.4",
"ts-node": "^7.0.1",
"typescript": "^4.8.4",
"webpack": "^5.76.0",
"webpack-command": "^0.4.1"
},

@@ -45,4 +72,7 @@ "files": [

"scripts": {
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo"
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo",
"build": "pnpm clean && pnpm build:esm && pnpm build:umd",
"build:esm": "tsc -b tsconfig.json",
"build:umd": "rollup -c"
}
}
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