Socket
Socket
Sign inDemoInstall

nuke-theme-provider

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-theme-provider - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

HISTORY.md
# Changelog
## 1.0.4 / 2017-11-16
* [[f2872ea](http://gitlab.alibaba-inc.com/nuke/theme-provider/commit/f2872eac99f38475ad520a0e2d771768a08be8f8)] - `fix` displayName
## 1.0.3 / 2017-11-16

@@ -5,0 +9,0 @@

4

lib/connect-style.js

@@ -97,5 +97,3 @@ 'use strict';

function getComponentDisplayName(WrappedComponent) {
var displayName = new WrappedComponent().displayName;
return displayName || WrappedComponent.name || 'Component';
// return WrappedComponent.displayName || WrappedComponent.name || 'Component';
return WrappedComponent.displayName || WrappedComponent.name || 'Component';
}

@@ -102,0 +100,0 @@

{
"name": "nuke-theme-provider",
"version": "1.0.3",
"version": "1.0.4",
"description": "主题换肤",

@@ -5,0 +5,0 @@ "main": "lib/index",

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