Socket
Socket
Sign inDemoInstall

simple-udp-stream

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 1.0.0

6

package.json
{
"name": "simple-udp-stream",
"version": "0.0.8",
"version": "1.0.0",
"description": "Writable stream over UDP",

@@ -24,4 +24,4 @@ "keywords": [

"patch-release": "npm test && npm run lint && npm run audit && npm version patch && git push && git push --tags && npm publish",
"minor-release": "npm test && npm run lint && npm run audit && npm version patch && git push && git push --tags && npm publish",
"major-release": "npm test && npm run lint && npm run audit && npm version patch && git push && git push --tags && npm publish"
"minor-release": "npm test && npm run lint && npm run audit && npm version minor && git push && git push --tags && npm publish",
"major-release": "npm test && npm run lint && npm run audit && npm version major && git push && git push --tags && npm publish"
},

@@ -28,0 +28,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