Socket
Socket
Sign inDemoInstall

smart-buffer

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 2.0.0

CHANGELOG.md

6

package.json
{
"name": "smart-buffer",
"version": "1.1.4",
"version": "2.0.0",
"description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",

@@ -17,4 +17,4 @@ "main": "build/smartbuffer.js",

"smart",
"packet",
"serialize",
"packet",
"network",

@@ -46,4 +46,4 @@ "cursor",

"fullcoverage": "node_modules/.bin/istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test",
"prepublish": "tsc -p ./"
"prepublish": "npm install -g typescript && tsc -p ./"
}
}
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