New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bencodec

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bencodec - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

15

package.json
{
"name": "bencodec",
"version": "2.1.2",
"version": "2.2.0",
"description": "Fast and easy to use bencode codec.",
"main": "build/index.js",
"main": "lib/bencodec.js",
"scripts": {
"build": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/jest --runInBand",
"lint": "./node_modules/tslint/bin/tslint ./src/**/*.ts",
"test": "npm run lint && ./node_modules/.bin/jest --runInBand",
"prepare": "npm run build",
"prepublishOnly": "npm test"
"prepublishOnly": "npm run lint && npm test"
},

@@ -34,8 +35,10 @@ "repository": {

"ts-jest": "^25.3.1",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"types": "./build/index.d.ts",
"types": "./lib/bencodec.d.ts",
"files": [
"build/**/*"
"lib/**/*",
"LICENSE.md"
]
}
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