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.53 to 0.0.0-alpha.54

2

es/hooks/useHMR.js

@@ -14,3 +14,3 @@ function useProdHMR() {

if (process.env.NODE_ENV !== 'production' && module && module.hot) {
if (process.env.NODE_ENV !== 'production' && typeof module !== 'undefined' && module && module.hot) {
var win = window;

@@ -17,0 +17,0 @@

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

if (process.env.NODE_ENV !== 'production' && module && module.hot) {
if (process.env.NODE_ENV !== 'production' && typeof module !== 'undefined' && module && module.hot) {
var win = window;

@@ -27,0 +27,0 @@

{
"name": "@ant-design/cssinjs",
"version": "0.0.0-alpha.53",
"version": "0.0.0-alpha.54",
"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