Socket
Socket
Sign inDemoInstall

nuke-view

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-view - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

HISTORY.md
# Changelog
## 1.0.5 / 2017-11-14
* [[651da18](http://gitlab.alibaba-inc.com/nuke/view/commit/651da1850e220ad6deaa40dcde7a1468e1cdd724)] - `fix` fix style undefined bug
## 1.0.4 / 2017-11-13

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

7

lib/index.js

@@ -165,7 +165,8 @@ 'use strict';

key: 'calcInheritStyle',
value: function calcInheritStyle(styles) {
value: function calcInheritStyle(customStyles) {
if (!customStyles) return {};
var insideStyle = {};
_inherit2.default.map(function (item) {
if (styles[item]) {
insideStyle[item] = styles[item];
if (customStyles[item]) {
insideStyle[item] = customStyles[item];
}

@@ -172,0 +173,0 @@ });

{
"name": "nuke-view",
"version": "1.0.4",
"version": "1.0.5",
"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