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

jailbreak-react-scripts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jailbreak-react-scripts - npm Package Compare versions

Comparing version

to
0.3.1

6

index.js

@@ -16,3 +16,7 @@ var chalk = require("chalk");

return rule.loader.indexOf(loader) !== -1;
if (rule.loader) {
return rule.loader.indexOf(loader) !== -1;
}
// support use: [ require.resolve('style-loader'),
return rule.indexOf(loader) !== -1;
}

@@ -19,0 +23,0 @@

2

package.json
{
"private": false,
"name": "jailbreak-react-scripts",
"version": "0.3.0",
"version": "0.3.1",
"bin": "bin/jailbreak-react-scripts.js",

@@ -6,0 +6,0 @@ "main": "index.js",