Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

restify

Package Overview
Dependencies
Maintainers
9
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restify - npm Package Compare versions

Comparing version 4.3.3 to 4.3.4

8

CHANGES.md
# restify Changelog
## not yet released
(nothing yet)
## 4.3.4
- #1656 update tunnel-agent to 0.6.0
## 4.3.3

@@ -4,0 +12,0 @@

4

package.json

@@ -44,3 +44,3 @@ {

"description": "REST framework",
"version": "4.3.3",
"version": "4.3.4",
"repository": {

@@ -76,3 +76,3 @@ "type": "git",

"spdy": "^3.3.3",
"tunnel-agent": "^0.4.0",
"tunnel-agent": "^0.6.0",
"uuid": "^3.0.1",

@@ -79,0 +79,0 @@ "vasync": "1.6.3",

@@ -83,6 +83,7 @@ # restify

Here is how to cut a release:
Here is how to cut a release for a new "$version"
1. Update the version in "package.json" and change `## not yet released` at
the top of "CHANGES.md" to:
the top of "CHANGES.md" to the following. In other words, add a
section for the new release.

@@ -92,2 +93,3 @@ ```

(nothing yet)

@@ -94,0 +96,0 @@ ## $version

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