New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webpacker

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpacker - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

29

package.json
{
"name": "webpacker",
"version": "0.0.1",
"description": "Generate Webpackconfig with a JSON file",
"main": "index.js",
"scripts": {},
"version": "0.0.2",
"description": "Configure Webpack with simple functions",
"main": "build/webpacker.js",
"scripts": {
"lint": "eslint --ext .js .",
"test": "npm run lint && mocha --compilers js:babel-register --recursive",
"watch": "mocha --watch --compilers js:babel-register --recursive",
"build": "babel src/index.js -o build/webpacker.js"
},
"repository": {

@@ -19,3 +24,17 @@ "type": "git",

},
"homepage": "https://github.com/thereactivestack/webpacker#readme"
"homepage": "https://github.com/thereactivestack/webpacker#readme",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.10.2",
"eslint-config-cyprex": "^1.0.1",
"eslint-plugin-react": "^6.7.1",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}

@@ -1,1 +0,6 @@

# TODO
# Webpacker: Configure Webpack with simple functions
[![npm version](https://badge.fury.io/js/webpacker.svg)](https://badge.fury.io/js/webpacker)
[![Build Status](https://travis-ci.org/thereactivestack/webpacker.svg?branch=master)](https://travis-ci.org/thereactivestack/webpacker)
## In progress!!!
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