Socket
Socket
Sign inDemoInstall

webpack-simple

Package Overview
Dependencies
130
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.7.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [1.7.4](https://github.com/helloitsjoe/webpack-simple/releases/tag/v1.7.4) (2021-05-11)
**Chore**
- Upgrade `jest`
## [1.7.3](https://github.com/helloitsjoe/webpack-simple/releases/tag/v1.7.3) 2021/03/06

@@ -2,0 +8,0 @@

6

package.json
{
"name": "webpack-simple",
"version": "1.7.3",
"version": "1.7.4",
"description": "Webpack Config - Simple defaults, extendable options",

@@ -8,3 +8,5 @@ "main": "index.js",

"test": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"coveralls": "cat ./coverage/lcov.info | coveralls",
"preversion": "yarn test",
"version": "npx helloitsjoe/release-toolkit changelog"
},

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