New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.13 to 0.1.14

2

dist/src/functions.js

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

// UTILS //
var NS_SEP = "▪" /*'🏻'*/;
var NS_SEP = "»" /*'🏻'*/;
function addNamespace(name, namespace) {

@@ -9,0 +9,0 @@ return namespace && name.indexOf(NS_SEP) === -1 ? namespace + NS_SEP + name : name;

{
"name": "nscss",
"version": "0.1.13",
"version": "0.1.14",
"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