Socket
Socket
Sign inDemoInstall

nuke-core

Package Overview
Dependencies
Maintainers
5
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-core - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

8

HISTORY.md
# Changelog
## 2.0.6 / 2018-03-27
* [[85d754d](http://gitlab.alibaba-inc.com/nuke/core/commit/85d754d3287f52ef7b456b2c760d7ee9b5c0e4e0)] - `fix` update icons
## 2.0.4 / 2018-03-26
* [[e43c19e](http://gitlab.alibaba-inc.com/nuke/core/commit/e43c19e6b7ee2cd190ee5886d6c473e79ad0cef5)] - `fix` fixed to support fusion
## 2.0.3 / 2018-03-22

@@ -5,0 +13,0 @@

2

lib/util/platform.js

@@ -21,3 +21,3 @@ 'use strict';

} else {
var userAgent = typeof navigator !== 'undefined' ? navigator.userAgent.toLowerCase() : 'iPhone';
var userAgent = navigator ? navigator.userAgent.toLowerCase() : 'iPhone';
platform.iOS = /iPhone|iPod|iPad|IOS/i.test(userAgent);

@@ -24,0 +24,0 @@ platform.android = /Android/i.test(userAgent);

@@ -20,2 +20,38 @@ 'use strict';

var iconPath = 'https://at.alicdn.com/t/font_595713_6kms8ar5hwu3di.ttf';
var iconFamily = 'NukeIcon';
var iconRight = '\uE713';
var iconDownload = '\uE637';
var iconAccessory = '\uE6DD';
var iconAdd = '\uE655';
var iconMinus = '\uE657';
var iconCamera = '\uE6F0';
var iconClose = '\uE6F3';
var iconEnter = '\uE70C';
var iconFeedbackFill = '\uE70F';
var iconFeedback = '\uE710';
var iconHomepageFill = '\uE71C';
var iconHomepage = '\uE71D';
var iconMessage = '\uE72F';
var iconMessageFill = '\uE730';
var iconPicture = '\uE73F';
var iconInfoFill = '\uE746';
var iconInfo = '\uE747';
var iconReturn = '\uE74F';
var iconScan = '\uE751';
var iconSetupFill = '\uE757';
var iconSetup = '\uE758';
var iconShare = '\uE75A';
var iconSuccessFill = '\uE761';
var iconSuccess = '\uE762';
var iconSwitch = '\uE764';
var iconPrompt = '\uE766';
var iconTailor = '\uE767';
var iconVideo = '\uE776';
var iconWarningFill = '\uE778';
var iconWarning = '\uE779';
var iconSearch = '\uE77C';
var iconPackup = '\uE782';
var iconUnfold = '\uE783';
/**

@@ -78,207 +114,213 @@ * 图标

/**
* icon-font-path
* icon-path
* @property semantic path
* @property unconfigurable
*/
'icon-font-path': '//at.alicdn.com/t/font_595713_2jrdmo4vkgmsra4i.ttf',
'icon-path': iconPath,
/**
* icon-font-family
* @property semantic family
* @property unconfigurable
*/
'icon-font-family': 'NukeIcon',
/**
* icon-content-right
* icon-right
* @property semantic right
* @property unconfigurable
*/
'icon-content-right': '\e713',
'icon-right': iconRight,
/**
* icon-content-download
* icon-download
* @property semantic download
* @property unconfigurable
*/
'icon-content-download': '\e637',
'icon-download': iconDownload,
/**
* icon-content-download
* icon-download
* @property semantic download
* @property unconfigurable
*/
'icon-content-accessory': '\e6DD',
'icon-accessory': iconAccessory,
/**
* icon-content-add
* icon-add
* @property semantic add
* @property unconfigurable
*/
'icon-content-add': '\e6E0',
'icon-add': iconAdd,
/**
* icon-content-camera
* icon-minus
* @property semantic minus
* @property unconfigurable
*/
'icon-minus': iconMinus,
/**
* icon-camera
* @property semantic camera
* @property unconfigurable
*/
'icon-content-camera': '\e6F0',
'icon-camera': iconCamera,
/**
* icon-content-close
* icon-close
* @property semantic close
* @property unconfigurable
*/
'icon-content-close': '\e6F3',
'icon-close': iconClose,
/**
* icon-content-enter
* icon-enter
* @property semantic enter
* @property unconfigurable
*/
'icon-content-enter': '\e70C',
'icon-enter': iconEnter,
/**
* icon-content-feedback-fill
* icon-feedback-fill
* @property semantic feedback-fill
* @property unconfigurable
*/
'icon-content-feedback-fill': '\e70F',
'icon-feedback-fill': iconFeedbackFill,
/**
* icon-content-feedback
* icon-feedback
* @property semantic feedback
* @property unconfigurable
*/
'icon-content-feedback': '\e710',
'icon-feedback': iconFeedback,
/**
* icon-content-homepage-fill
* icon-homepage-fill
* @property semantic homepage-fill
* @property unconfigurable
*/
'icon-content-homepage-fill': '\e71C',
'icon-homepage-fill': iconHomepageFill,
/**
* icon-content-homepage
* icon-homepage
* @property semantic homepage
* @property unconfigurable
*/
'icon-content-homepage': '\e71D',
'icon-homepage': iconHomepage,
/**
* icon-content-message-fill
* icon-message-fill
* @property semantic message-fill
* @property unconfigurable
*/
'icon-content-message-fill': '\e730',
'icon-message-fill': iconMessageFill,
/**
* icon-content-message
* icon-message
* @property semantic message
* @property unconfigurable
*/
'icon-content-message': '\e72F',
'icon-message': iconMessage,
/**
* icon-content-picture
* icon-picture
* @property semantic picture
* @property unconfigurable
*/
'icon-content-picture': '\e73F',
'icon-picture': iconPicture,
/**
* icon-content-info-fill
* icon-info-fill
* @property semantic info-fill
* @property unconfigurable
*/
'icon-content-info-fill': '\e746',
'icon-info-fill': iconInfo,
/**
* icon-content-info
* icon-info
* @property semantic info
* @property unconfigurable
*/
'icon-content-info': '\e747',
'icon-info': iconInfo,
/**
* icon-content-return
* icon-return
* @property semantic return
* @property unconfigurable
*/
'icon-content-return': '\e74F',
'icon-return': iconReturn,
/**
* icon-content-scan
* icon-scan
* @property semantic scan
* @property unconfigurable
*/
'icon-content-scan': '\e751',
'icon-scan': iconScan,
/**
* icon-content-setup-fill
* icon-setup-fill
* @property semantic setup-fill
* @property unconfigurable
*/
'icon-content-setup-fill': '\e757',
'icon-setup-fill': iconSetupFill,
/**
* icon-content-setup
* icon-setup
* @property semantic setup
* @property unconfigurable
*/
'icon-content-setup': '\e758',
'icon-setup': iconSetup,
/**
* icon-content-share
* icon-share
* @property semantic share
* @property unconfigurable
*/
'icon-content-share': '\e75A',
'icon-share': iconShare,
/**
* icon-content-success-fill
* icon-success-fill
* @property semantic success-fill
* @property unconfigurable
*/
'icon-content-success-fill': '\e761',
'icon-success-fill': iconSuccessFill,
/**
* icon-content-success
* icon-success
* @property semantic success
* @property unconfigurable
*/
'icon-content-success': '\e762',
'icon-success': iconSuccess,
/**
* icon-content-switch
* icon-switch
* @property semantic switch
* @property unconfigurable
*/
'icon-content-switch': '\e764',
'icon-switch': iconSwitch,
/**
* icon-content-prompt
* icon-prompt
* @property semantic prompt
* @property unconfigurable
*/
'icon-content-prompt': '\e766',
'icon-prompt': iconPrompt,
/**
* icon-content-tailor
* icon-tailor
* @property semantic tailor
* @property unconfigurable
*/
'icon-content-tailor': '\e767',
'icon-tailor': iconTailor,
/**
* icon-content-video
* icon-video
* @property semantic video
* @property unconfigurable
*/
'icon-content-video': '\e776',
'icon-video': iconVideo,
/**
* icon-content-warning-fill
* icon-warning-fill
* @property semantic warning-fill
* @property unconfigurable
*/
'icon-content-warning-fill': '\e778',
'icon-warning-fill': iconWarningFill,
/**
* icon-content-warning
* icon-warning
* @property semantic warning
* @property unconfigurable
*/
'icon-content-warning': '\e779',
'icon-warning': iconWarning,
/**
* icon-content-search
* icon-search
* @property semantic search
* @property unconfigurable
*/
'icon-content-search': '\e77C',
'icon-search': iconSearch,
/**
* icon-content-packup
* icon-packup
* @property semantic packup
* @property unconfigurable
*/
'icon-content-packup': '\e782',
'icon-packup': iconPackup,
/**
* icon-content-unfold
* icon-unfold
* @property semantic unfold
* @property unconfigurable
*/
'icon-content-unfold': '\e783'
'icon-unfold': iconUnfold,
/**
* icon-family
* @property semantic family
* @property unconfigurable
*/
'icon-family': iconFamily
};
module.exports = varMap;

@@ -41,5 +41,6 @@ 'use strict';

/**
* size-base
* @property semantic 基础尺寸
*/
* size-base
* @property semantic 基础尺寸
* @property export
*/
'size-base': sizeBase,

@@ -49,3 +50,2 @@ /**

* @property export
* @property calculate ['size-base']*0
*/

@@ -52,0 +52,0 @@ 's-0': s0,

{
"name": "nuke-core",
"version": "2.0.5",
"version": "2.0.6",
"description": "nuke 核心变量",

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

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