Socket
Socket
Sign inDemoInstall

@bitspark/bitnode

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.51

.idea/bitnode3-js.iml

49

package.json
{
"name": "@bitspark/bitnode",
"version": "1.0.0",
"type": "module",
"description": "Bitnode implementation in JavaScript/TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "1.0.51",
"description": "Bitnode implementation in TypeScript.",
"main": "lib/node.js",
"browser": "lib/browser.js",
"types": "lib/shared.d.ts",
"scripts": {
"clean": "rimraf dist && rimraf --glob \"src/**/*.js\"",
"build": "npm run clean && tsc",
"prepublish": "npm run build"
"build": "tsc",
"prepublishOnly": "npm run build",
"docs": "npx typedoc --excludeInternal src/index.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/Bitspark/bitnode-js"
"url": "git+https://github.com/bitspark/bitnode-js.git"
},

@@ -20,29 +20,26 @@ "keywords": [

],
"author": {
"name": "Bitspark GmbH",
"email": "info@bitspark.com",
"url": "https://bitspark.com"
},
"author": "Bitspark <info@bitspark.com>",
"contributors": [
{
"name": "Julian Matschinske",
"email": "julian.matschinske@bitspark.com"
}
"Julian Matschinske <julian.matschinske@bitspark.com>"
],
"license": "Apache Version 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Bitspark/bitnode-js/issues"
"url": "https://github.com/bitspark/bitnode-js/issues"
},
"homepage": "https://bitnode.dev",
"devDependencies": {
"@types/node": "^20.3.1",
"@types/ws": "^8.5.5",
"eslint": "^8.43.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.3",
"ws": "^8.13.0"
"@types/jest": "^29.5.11",
"@types/node": "^20.11.10",
"@types/ws": "^8.5.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"ws": "^8.16.0"
},
"dependencies": {
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc