Socket
Socket
Sign inDemoInstall

fg-loadcss

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fg-loadcss - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

7

loadCSS.js

@@ -9,3 +9,3 @@ /*!

/* exported loadCSS */
w.loadCSS = function( href, before, media ){
var loadCSS = function( href, before, media ){
// Arguments explained:

@@ -60,5 +60,8 @@ // `href` [REQUIRED] is the URL for your CSS file.

if( typeof module !== "undefined" ){
module.exports = w.loadCSS;
module.exports = loadCSS;
}
else {
w.loadCSS = loadCSS;
}
}( typeof global !== "undefined" ? global : this ));
{
"name": "fg-loadcss",
"version": "0.2.3",
"version": "0.2.4",
"description": "A function for loading CSS asynchronously",

@@ -5,0 +5,0 @@ "main": "loadCSS.js",

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