Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

urc

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urc - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.0.6"></a>
## [1.0.6](https://github.com/zerkalica/lom_atom/compare/v1.0.5...v1.0.6) (2018-03-15)
<a name="1.0.5"></a>

@@ -7,0 +12,0 @@ ## [1.0.5](https://github.com/zerkalica/lom_atom/compare/v1.0.4...v1.0.5) (2018-03-15)

2

package.json
{
"name": "urc",
"version": "1.0.5",
"version": "1.0.6",
"description": "Universal react connect decorator builder",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -6,3 +6,4 @@ // @flow

export default class CatchableComponent<Props: Object, State, Context, Element> extends ObserverComponent<Props, State, Context, Element> {
export default class CatchableComponent<Props: Object, State, Context, Element>
extends ObserverComponent<Props, State, Context, Element> {
_lastError: ?Error

@@ -26,2 +27,3 @@ _lastData: ?Element

}
_getContext: (key: Function, propsChanged: boolean) => Context

@@ -28,0 +30,0 @@ __value(propsChanged: boolean): Element {

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