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

build/cjs/context.js

29

package.json
{
"name": "@shopify/react-effect",
"version": "3.2.13",
"version": "3.3.0-sk-next-beta.0",
"license": "MIT",
"description": "A component and set of utilities for performing effects within a universal React app",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -33,5 +33,11 @@ "build": "tsc --p tsconfig.json"

"files": [
"dist/*",
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts",
"server.js",
"server.mjs",
"server.esnext",
"server.d.ts"

@@ -42,3 +48,18 @@ ],

"react-dom": ">=16.8.0 <17.0.0"
},
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
".": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
},
"./server": {
"import": "./server.mjs",
"require": "./server.js",
"esnext": "./server.esnext"
}
}
}

3

README.md
# `@shopify/react-effect`
[![Build Status](https://travis-ci.org/Shopify/quilt.svg?branch=master)](https://travis-ci.org/Shopify/quilt)
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-effect.svg)](https://badge.fury.io/js/%40shopify%2Freact-effect.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-effect.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-effect.svg)

@@ -5,0 +6,0 @@

@@ -1,1 +0,1 @@

export * from './dist/src/server';
export * from "./build/ts/server";

@@ -1,1 +0,1 @@

module.exports = require('./dist/src/server');
module.exports = require("./build/cjs/server");
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