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.8 to 0.0.9

2

build/cjs/src/index.js

@@ -79,3 +79,3 @@ "use strict";

} else {
var cssDom = _cssQuerySelector["default"].one("[href=\"".concat(url, "\"]"));
var cssDom = _cssQuerySelector["default"].one("link[href=\"".concat(url, "\"]"));

@@ -82,0 +82,0 @@ if (!cssDom) {

@@ -66,3 +66,3 @@ import { css } from "create-el";

} else {
var cssDom = query.one("[href=\"".concat(url, "\"]"));
var cssDom = query.one("link[href=\"".concat(url, "\"]"));

@@ -69,0 +69,0 @@ if (!cssDom) {

{
"version": "0.0.8",
"version": "0.0.9",
"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