New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-alt

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-alt - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/main.js

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

return _react2['default'].createElement(DecoratedComponent, _extends({
ref: 'decorated'
ref: DecoratedComponent.prototype.setState ? 'decorated' : undefined
}, this.props, customProps));

@@ -232,0 +232,0 @@ }

{
"name": "connect-alt",
"version": "1.1.2",
"version": "1.1.3",
"description": "Decorator for passing Altjs store state through props",

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

@@ -163,3 +163,3 @@ import React, { PropTypes } from 'react';

<DecoratedComponent
ref='decorated'
ref={ DecoratedComponent.prototype.setState ? 'decorated' : undefined }
{ ...this.props }

@@ -166,0 +166,0 @@ { ...customProps } />

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