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

ify-loader

Package Overview
Dependencies
Maintainers
35
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ify-loader - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

fixtures/glsl/index.js

1

index.js

@@ -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') {

6

package.json
{
"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 @@ ]

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