Socket
Socket
Sign inDemoInstall

webpack-build-notifier

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-build-notifier - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

CHANGELOG.md
# Changelog
#### 1.1.1
###### _August 29, 2019_
- Updated node-notifier dependency to latest version to fix #45.
#### 1.1.0

@@ -4,0 +9,0 @@ ###### _August 10, 2019_

10

package.json
{
"name": "webpack-build-notifier",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.",

@@ -31,5 +31,5 @@ "main": "index.js",

"dependencies": {
"ansi-regex": "^2.0.0",
"strip-ansi": "^3.0.1",
"node-notifier": "5.4.0"
"ansi-regex": "4.1.0",
"strip-ansi": "5.2.0",
"node-notifier": "5.4.3"
},

@@ -46,2 +46,2 @@ "devDependencies": {

}
}
}
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