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

@shopify/react-effect

Package Overview
Dependencies
Maintainers
13
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.7 to 3.2.8

dist/src/context.d.ts

11

package.json
{
"name": "@shopify/react-effect",
"version": "3.2.7",
"version": "3.2.8",
"license": "MIT",
"description": "A component and set of utilities for performing effects within a universal React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.build.json",
"prepublishOnly": "yarn run build"
"build": "tsc --p tsconfig.json"
},

@@ -26,3 +25,3 @@ "publishConfig": {

"dependencies": {
"@shopify/useful-types": "^2.1.0",
"@shopify/useful-types": "^2.1.1",
"tslib": "^1.9.3"

@@ -29,0 +28,0 @@ },

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

export * from './dist/server';
export * from './dist/src/server';

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

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