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

electrum-cash

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-cash - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1-development.4478898807

40

package.json
{
"name": "electrum-cash",
"version": "3.0.0",
"version": "3.0.1-development.4478898807",
"description": "Electrum-cash is a lightweight JavaScript library that lets you connect with one or more Electrum servers.",
"source": "lib/index.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.mjs.js",
"browser": "dist/browser.cjs.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"browser": "./dist/browser.cjs"
},
"types": "dist/index.d.ts",

@@ -16,2 +20,3 @@ "files": [

"build": "npm run clean && parcel build",
"analyze": "parcel build --reporter @parcel/reporter-bundle-analyzer",
"docs": "jsdoc -c jsdoc.json",

@@ -21,3 +26,3 @@ "lint": "eslint . --ext .ts",

"spellcheck": "cspell 'lib/**' 'test/**' 'examples/**'",
"test": "npm run build && c8 ava test/**/*.test.ts"
"test": "vitest --dir test/ --test-timeout=15000 --run --coverage"
},

@@ -47,3 +52,2 @@ "repository": {

"devDependencies": {
"@ava/typescript": "^4.0.0",
"@generalprotocols/cspell-dictionary": "git+https://gitlab.com/GeneralProtocols/cspell-dictionary.git",

@@ -56,5 +60,4 @@ "@generalprotocols/eslint-config": "git+https://gitlab.com/GeneralProtocols/eslint-config.git",

"@typescript-eslint/eslint-plugin": "^5.59.11",
"ava": "^5.3.0",
"@vitest/coverage-v8": "^0.32.0",
"better-docs": "^2.7.2",
"c8": "^8.0.0",
"cspell": "^6.31.1",

@@ -69,6 +72,4 @@ "del-cli": "^5.0.0",

"process": "^0.11.10",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"sinon": "^15.1.2",
"typescript": "^5.1.3"
"typescript": "^5.1.3",
"vitest": "^0.32.0"
},

@@ -81,18 +82,3 @@ "dependencies": {

"ws": "^8.13.0"
},
"ava": {
"timeout": "20s",
"typescript": {
"rewritePaths": {
"./": "dist/main/"
},
"compile": false
}
},
"c8": {
"exclude": [
"test/**",
"dist/*/test/**"
]
}
}
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