Socket
Socket
Sign inDemoInstall

speed-measure-webpack-plugin

Package Overview
Dependencies
298
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.5

CONTRIBUTING.md

11

package.json
{
"name": "speed-measure-webpack-plugin",
"version": "1.2.3",
"version": "1.2.5",
"description": "Measure + analyse the speed of your webpack loaders and plugins",

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

"test": "jest",
"functional-test": "lerna bootstrap && lerna run prepare && lerna run test && lerna run cleanup",
"documentation-test": "alex ./README.md && write-good ./README.md"
"functional-test": "lerna bootstrap && lerna run full-test",
"audit-fix": "npm audit fix && lerna run audit-fix --parallel",
"documentation-test": "alex ./*.md && write-good ./*.md"
},

@@ -32,6 +33,6 @@ "repository": {

"devDependencies": {
"alex": "^5.1.0",
"alex": "^7.0.0",
"jest": "^22.4.2",
"lerna": "^2.9.0",
"prettier": "1.10.2",
"prettier": "^1.15.3",
"write-good": "^0.11.3"

@@ -38,0 +39,0 @@ },

@@ -11,2 +11,3 @@ <div align="center">

<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/node/v/speed-measure-webpack-plugin.svg" /></a>
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
</div>

@@ -33,6 +34,2 @@ <br>

## Migrating
SMP follows [semver](https://semver.org/). If upgrading a major version, you can consult [the migration guide](./migration.md).
## Requirements

@@ -149,4 +146,14 @@

## Contributing
Contributors are welcome! 😊
Please check out the [CONTRIBUTING.md](./CONTRIBUTING.md).
## Migrating
SMP follows [semver](https://semver.org/). If upgrading a major version, you can consult [the migration guide](./migration.md).
## License
[MIT](/LICENSE)
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