Socket
Socket
Sign inDemoInstall

style-loader

Package Overview
Dependencies
0
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

2

index.js

@@ -14,3 +14,3 @@ /*

"var content = require(" + JSON.stringify("!!" + remainingRequest) + ");",
"if(typeof content === 'string') content = [module.id, content, ''];",
"if(typeof content === 'string') content = [[module.id, content, '']];",
"// add the styles to the DOM",

@@ -17,0 +17,0 @@ "var update = require(" + JSON.stringify("!" + path.join(__dirname, "addStyles.js")) + ")(content);",

{
"name": "style-loader",
"version": "0.8.0",
"version": "0.8.1",
"author": "Tobias Koppers @sokra",

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

@@ -15,3 +15,3 @@ /*

" var content = require(" + JSON.stringify("!!" + remainingRequest) + ")",
" if(typeof content === 'string') content = [module.id, content, ''];",
" if(typeof content === 'string') content = [[module.id, content, '']];",
" dispose = require(" + JSON.stringify("!" + path.join(__dirname, "addStyles.js")) + ")(content);",

@@ -18,0 +18,0 @@ " }",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc