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

bencoder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bencoder - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

bencoder.d.ts

6

CHANGELOG.md

@@ -0,3 +1,7 @@

# Version 0.0.5
Add typings.
# Version 0.0.4
Add encodings support.
Add encodings support.

5

package.json
{
"name": "bencoder",
"version": "0.0.4",
"version": "0.0.5",
"description": "bencode encoder/decoder written in TypeScript",
"main": "./out/bencoder.js",
"typings": "./bencoder.d.ts",
"scripts": {
"pretest": "tsc -p .",
"pretest": "tsc",
"test": "mocha ./out/test"

@@ -9,0 +10,0 @@ },

@@ -7,3 +7,8 @@ {

"outDir": "./out"
}
}
},
"files": [
"bencoder.ts",
"typings/index.d.ts",
"test/test.ts"
]
}
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