Socket
Socket
Sign inDemoInstall

script-loader

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

script-loader - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -7,2 +7,4 @@ /*

module.exports = function(content) {
this.cacheable && this.cacheable();
this.clearDependencies && this.clearDependencies();
var loaderSign = this.request.indexOf("!");

@@ -9,0 +11,0 @@ var rawJs = this.request.substr(loaderSign); // including leading "!"

2

package.json
{
"name": "script-loader",
"version": "0.1.1",
"version": "0.1.2",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "script loader module for webpack",

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