Socket
Socket
Sign inDemoInstall

react-base16-styling

Package Overview
Dependencies
8
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.4.5

10

lib/index.js

@@ -89,2 +89,6 @@ 'use strict';

if (keys === null) {
return defaultStyling;
}
if (!Array.isArray(keys)) {

@@ -142,7 +146,3 @@ keys = [keys];

var styling = (0, _lodash2.default)(getStylingByKeys, 3).apply(undefined, [customStyling, defaultStyling].concat(args));
styling.defaultStyling = defaultStyling;
return styling;
return (0, _lodash2.default)(getStylingByKeys, 3).apply(undefined, [customStyling, defaultStyling].concat(args));
}, 4);

@@ -149,0 +149,0 @@

{
"name": "react-base16-styling",
"version": "0.4.4",
"version": "0.4.5",
"description": "React styling with base16 color scheme support",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc