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

butternut-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

butternut-webpack-plugin - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

16

package.json
{
"name": "butternut-webpack-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "Butternut webpack plugin",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && babel index.js --out-dir dist"
"build": "rm -rf dist && babel index.js --out-dir dist",
"lint": "eslint index.js"
},

@@ -18,4 +21,6 @@ "author": "Balthazar Gronon <bgronon@gmail.com>",

"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-zavatta": "^4.3.0",
"webpack": "^2.5.1"

@@ -27,2 +32,7 @@ },

},
"eslintConfig": {
"extends": [
"zavatta"
]
},
"keywords": [

@@ -29,0 +39,0 @@ "butternut",

@@ -0,1 +1,10 @@

<p align="right">
<a href="https://www.npmjs.com/package/butternut-webpack-plugin">
<img src="https://img.shields.io/npm/v/butternut-webpack-plugin.svg?style=flat-square">
</a>
<a href="https://travis-ci.org/Apercu/butternut-webpack-plugin">
<img src="https://img.shields.io/travis/Apercu/butternut-webpack-plugin.svg?style=flat-square">
</a>
</p>
# butternut-webpack-plugin

@@ -2,0 +11,0 @@

dist/index.js
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