Socket
Socket
Sign inDemoInstall

substyle

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

substyle - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

NOTES.md

2

lib/substyle.js

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

for (var i = 0, l = resultKeys.length; i < l; ++i) {
finalResult = _extends({}, finalResult, pickNestedStylesRecursive(result[resultKeys[i]], keysToPick));
finalResult = (0, _lodash.merge)({}, finalResult, pickNestedStylesRecursive(result[resultKeys[i]], keysToPick));
}

@@ -102,0 +102,0 @@ return finalResult;

{
"name": "substyle",
"version": "3.0.1",
"version": "3.0.2",
"description": "Universal styling for reusable React components",

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

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