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

@ant-design/cssinjs

Package Overview
Dependencies
Maintainers
10
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design/cssinjs - npm Package Compare versions

Comparing version 0.0.0-alpha.47 to 0.0.0-alpha.49

2

es/hooks/useStyleRegister.js

@@ -88,3 +88,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

var keys = key.split(',').map(function (k) {
return "".concat(k.trim(), ".").concat(hashId);
return ".".concat(hashId).concat(k.trim());
});

@@ -91,0 +91,0 @@ mergedKey = keys.join(',');

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

var keys = key.split(',').map(function (k) {
return "".concat(k.trim(), ".").concat(hashId);
return ".".concat(hashId).concat(k.trim());
});

@@ -122,0 +122,0 @@ mergedKey = keys.join(',');

{
"name": "@ant-design/cssinjs",
"version": "0.0.0-alpha.47",
"version": "0.0.0-alpha.49",
"description": "Component level cssinjs resolution for antd",

@@ -5,0 +5,0 @@ "keywords": [

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