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

patch-package

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patch-package - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

4

CHANGELOG.md
# Changelog
## 3.2.0
- Add update-notifier to notify users of patch-package updates
## 3.1.0

@@ -4,0 +8,0 @@

#! /usr/bin/env node
const updateNotifier = require("update-notifier")
const pkg = require("./package.json")
updateNotifier({ pkg }).notify()
require("./dist/index.js");

5

package.json
{
"name": "patch-package",
"version": "3.1.0",
"version": "3.2.0",
"description": "When forking just won't work, patch it.",

@@ -57,4 +57,5 @@ "main": "dist/index.js",

"shell-escape": "^0.2.0",
"tmp": "^0.0.31"
"tmp": "^0.0.31",
"update-notifier": "^2.2.0"
}
}

Sorry, the diff of this file is not supported yet

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