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

nscss

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nscss - npm Package Compare versions

Comparing version 0.1.19 to 0.1.20

11

dist/src/functions.js

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

if (typeof type === "string") {
return new stylesheet_1.NSCSSStylesheet({});
return new stylesheet_1.NSCSSStylesheet({ "@namespace": "*" });
}

@@ -194,4 +194,9 @@ return type._kind === "Stylesheet" ? type : type.stylesheet;

node.name = scopedName;
if (typeof definition.type !== 'string') {
currentType = definition.type;
if (definition.type) {
if (definition.type.namespace !== '*') {
currentType = definition.type;
}
else {
currentType = sheet;
}
}

@@ -198,0 +203,0 @@ }

{
"name": "nscss",
"version": "0.1.19",
"version": "0.1.20",
"description": "CSS for Components",

@@ -5,0 +5,0 @@ "main": "dist/src/nscss.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