Comparing version 0.0.1 to 0.0.2
{ | ||
"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!!! |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6494
4
130
7
0
11
1