ify-loader
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -40,2 +40,3 @@ const readJSON = require('read-package-json') | ||
const opts = transform[1] || {} | ||
opts._flags = opts._flags || [] | ||
@@ -42,0 +43,0 @@ if (typeof name === 'function') { |
{ | ||
"name": "ify-loader", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Webpack loader to handle browserify transforms as intended", | ||
@@ -23,2 +23,4 @@ "main": "index.js", | ||
"brfs": "^1.4.2", | ||
"from2-string": "^1.1.0", | ||
"glslify": "^6.1.0", | ||
"npm-which": "^2.0.0", | ||
@@ -30,3 +32,3 @@ "regl": "^1.3.0", | ||
"through2": "^2.0.0", | ||
"webpack": "^2.2.1" | ||
"webpack": "^3.4.0" | ||
}, | ||
@@ -33,0 +35,0 @@ "scripts": { |
@@ -25,3 +25,3 @@ # ify-loader | ||
test: /node_modules/, | ||
loader: 'ify' | ||
loader: 'ify-loader' | ||
} | ||
@@ -40,7 +40,8 @@ ] | ||
module: { | ||
postLoaders: [ | ||
loaders: [ | ||
// support local package.json browserify config | ||
{ | ||
test: /\.js$/, | ||
loader: 'ify' | ||
loader: 'ify-loader', | ||
enforce: 'post' | ||
} | ||
@@ -47,0 +48,0 @@ ] |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9075
17
102
86
10
1