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

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.6 to 1.0.7

4

HISTORY.md
# Changelog
## 1.0.7 / 2017-12-15
* [[5d8cb5e](http://gitlab.alibaba-inc.com/nuke/theme-provider/commit/5d8cb5e04817f15d0fa369bbbe8907529bded21b)] - `feat` add commonConfigs
## 1.0.6 / 2017-12-12

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

@@ -48,3 +48,4 @@ 'use strict';

androidConfigs: this.getAndroidConfigs(this.props),
compatibilityConfigs: this.getCompatConfigs(this.props)
compatibilityConfigs: this.getCompatConfigs(this.props),
commonConfigs: this.getCommonConfigs(this.props)
};

@@ -77,2 +78,7 @@ }

}, {
key: 'getCommonConfigs',
value: function getCommonConfigs(props) {
return props.commonConfigs || {}; //{zoomFont:true}
}
}, {
key: 'render',

@@ -79,0 +85,0 @@ value: function render() {

2

package.json
{
"name": "nuke-theme-provider",
"version": "1.0.6",
"version": "1.0.7",
"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