Socket
Socket
Sign inDemoInstall

bencode

Package Overview
Dependencies
0
Maintainers
11
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.0.2](https://github.com/themasch/node-bencode/compare/v3.0.1...v3.0.2) (2023-01-31)
### Bug Fixes
* package.json for exporting lib ([#140](https://github.com/themasch/node-bencode/issues/140)) ([f63c09a](https://github.com/themasch/node-bencode/commit/f63c09a8a525e67b00cc0e7619eb84bd159855b2))
## [3.0.1](https://github.com/themasch/node-bencode/compare/v3.0.0...v3.0.1) (2023-01-31)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "bencode",
"description": "Bencode de/encoder",
"version": "3.0.1",
"version": "3.0.2",
"bugs": {

@@ -46,3 +46,3 @@ "url": "https://github.com/themasch/node-bencode/issues"

"exports": {
"import": "./lib/index.js"
"import": "./index.js"
},

@@ -49,0 +49,0 @@ "repository": {

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