Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

need-css

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

need-css - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

5

build/cjs/src/index.js

@@ -75,8 +75,7 @@ "use strict";

} else {
load[url] = true;
if ((0, _winDoc.win)().__null) {
console.log("<link id=\"".concat(id, "\" rel=\"stylesheet\" type=\"text/css\" href=\"").concat(url, "\">"));
return;
} else {
load[url] = true;
var cssDom = _cssQuerySelector["default"].one("#" + id);

@@ -83,0 +82,0 @@

4

build/es/src/index.js

@@ -62,7 +62,7 @@ import { css } from "create-el";

} else {
load[url] = true;
if (win().__null) {
console.log("<link id=\"".concat(id, "\" rel=\"stylesheet\" type=\"text/css\" href=\"").concat(url, "\">"));
return;
} else {
load[url] = true;
var cssDom = query.one("#" + id);

@@ -69,0 +69,0 @@

{
"version": "0.0.6",
"version": "0.0.7",
"name": "need-css",

@@ -4,0 +4,0 @@ "repository": {

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