Socket
Socket
Sign inDemoInstall

raw-loader

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raw-loader - npm Package Compare versions

Comparing version 0.2.0 to 0.5.0

8

index.js

@@ -5,9 +5,7 @@ /*

*/
module.exports = function() {
module.exports = function(content) {
this.cacheable && this.cacheable();
var args = Array.prototype.slice.call(arguments);
args = args.join("");
this.values = [args];
return "module.exports = " + JSON.stringify(args);
this.value = content;
return "module.exports = " + JSON.stringify(content);
}
module.exports.seperable = true;
{
"name": "raw-loader",
"version": "0.2.0",
"version": "0.5.0",
"author": "Tobias Koppers @sokra",

@@ -11,4 +11,3 @@ "description": "raw loader module for webpack",

}
],
"license": "MIT"
]
}
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