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

assets-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-webpack-plugin - npm Package Compare versions

Comparing version 3.8.1 to 3.8.2

dist/index.js

6

changelog.md

@@ -13,2 +13,8 @@ # Change Log

## 3.8.2 - 2018-06-18
### Changed
- Add babel to the build process.
## 3.8.1 - 2018-06-18

@@ -15,0 +21,0 @@

11

package.json
{
"name": "assets-webpack-plugin",
"version": "3.8.1",
"version": "3.8.2",
"description": "Emits a json file with assets paths",

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

"lint": "standard --verbose | snazzy",
"test": "mocha test"
"test": "mocha test",
"build": "babel index.js --out-dir dist && babel lib --out-dir dist/lib",
"prepublish": "npm run build"
},

@@ -30,5 +32,8 @@ "repository": {

"index.js",
"lib/"
"dist/"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"chai": "^4.1.2",

@@ -35,0 +40,0 @@ "css-loader": "^0.28.11",

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