Socket
Socket
Sign inDemoInstall

@shopify/react-effect

Package Overview
Dependencies
Maintainers
19
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-effect - npm Package Compare versions

Comparing version 3.2.12 to 3.2.13

8

CHANGELOG.md

@@ -8,4 +8,10 @@ # Changelog

## [Unreleased]
<!-- ## [Unreleased] -->
## [3.2.13] - 2020-10-20
- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
## [3.2.1] - 2019-01-27
- Specify package has no `sideEffects` ([#1233](https://github.com/Shopify/quilt/pull/1233))

@@ -12,0 +18,0 @@

2

dist/src/manager.d.ts

@@ -9,3 +9,3 @@ import { EffectKind, Pass } from './types';

private kinds;
readonly finished: boolean;
get finished(): boolean;
constructor({ include }?: Options);

@@ -12,0 +12,0 @@ reset(): void;

{
"name": "@shopify/react-effect",
"version": "3.2.12",
"version": "3.2.13",
"license": "MIT",

@@ -27,3 +27,3 @@ "description": "A component and set of utilities for performing effects within a universal React app",

"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -6,3 +6,3 @@ # `@shopify/react-effect`

This package contains a component and set of utilities for performing multiple effects during one single pass of server rendering in a universal React application.
This package contains a component and set of utilities for performing multiple effects during a single pass of server-side rendering in a universal React application.

@@ -9,0 +9,0 @@ ## Installation

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