New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smartface/contx

Package Overview
Dependencies
Maintainers
5
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/contx - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

lib/styling/Stylable.js

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

this.waitedStyle = {};
this.defaultClassNames = _findClassNames(defaultClassNames);
this.defaultClassNames = defaultClassNames ? _findClassNames(defaultClassNames) : [];
this.initialClassNames = _findClassNames(classNames);

@@ -86,0 +86,0 @@ this.classNames = [...this.initialClassNames];

{
"name": "@smartface/contx",
"version": "2.2.0",
"version": "2.2.1",
"description": "Context Manager",

@@ -5,0 +5,0 @@ "scripts": {

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