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.3.0-sk-next-beta.0 to 3.3.0-sk-next-beta.1

11

build/cjs/manager.js

@@ -36,4 +36,2 @@ "use strict";

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
var EffectManager = /*#__PURE__*/function () {

@@ -54,8 +52,5 @@ _createClass(EffectManager, [{

_defineProperty(this, "include", void 0);
_defineProperty(this, "effects", []);
_defineProperty(this, "kinds", new Set());
this.include = void 0;
this.effects = [];
this.kinds = new Set();
this.include = include;

@@ -62,0 +57,0 @@ }

@@ -8,4 +8,2 @@ "use strict";

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
class EffectManager {

@@ -19,8 +17,5 @@ get finished() {

} = {}) {
_defineProperty(this, "include", void 0);
_defineProperty(this, "effects", []);
_defineProperty(this, "kinds", new Set());
this.include = void 0;
this.effects = [];
this.kinds = new Set();
this.include = include;

@@ -27,0 +22,0 @@ }

{
"name": "@shopify/react-effect",
"version": "3.3.0-sk-next-beta.0",
"version": "3.3.0-sk-next-beta.1",
"license": "MIT",

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

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