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.12 to 2.0.13

4

HISTORY.md
# Changelog
## 2.0.13 / 2018-04-02
* [[4773ceb](http://gitlab.alibaba-inc.com/nuke/core/commit/4773ceb87f86ef7b7cf6302fb1bbf6349fa8e169)] - `feat` add minus icon
## 2.0.12 / 2018-04-02

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

@@ -291,5 +291,11 @@ 'use strict';

*/
'icon-content-delete-fill': 'e6f2'
'icon-content-delete-fill': 'e6f2',
/**
* icon-content-minus
* @property semantic minus
* @property unconfigurable
*/
'icon-content-minus': 'e657'
};
module.exports = varMap;

2

package.json
{
"name": "nuke-core",
"version": "2.0.12",
"version": "2.0.13",
"description": "nuke 核心变量",

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

@@ -286,5 +286,11 @@ 'use strict';

*/
'icon-content-delete-fill': 'e6f2'
'icon-content-delete-fill': 'e6f2',
/**
* icon-content-minus
* @property semantic minus
* @property unconfigurable
*/
'icon-content-minus': 'e657'
};
module.exports = varMap;
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