Socket
Socket
Sign inDemoInstall

@semcore/utils

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/utils - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [3.6.1] - 2020-01-29
### Fixed
- Исправлено значение(null -> {}) возвращаемое в setState в internalSetState для корректной работы preact
## [3.6.0] - 2020-01-28

@@ -7,0 +13,0 @@

2

lib/injectStyle.js

@@ -23,3 +23,3 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

// @ts-ignore
var version = "3.6.0";
var version = "3.6.1";
sh = document.createElement('style');

@@ -26,0 +26,0 @@ sh.setAttribute('data-ui-v', version);

@@ -49,3 +49,3 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

}, {});
return Object.keys(nonControlledChanges).length ? nonControlledChanges : null;
return Object.keys(nonControlledChanges).length ? nonControlledChanges : {};
}, function () {

@@ -52,0 +52,0 @@ callback();

{
"name": "@semcore/utils",
"description": "SEMRush Utils Component",
"version": "3.6.0",
"version": "3.6.1",
"author": "Roman Lysov <r.lysov@semrush.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -49,3 +49,3 @@ /* tslint:disable */

return Object.keys(nonControlledChanges).length ? nonControlledChanges : null;
return Object.keys(nonControlledChanges).length ? nonControlledChanges : {};
},

@@ -52,0 +52,0 @@ () => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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