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

@shopify/react-compose

Package Overview
Dependencies
Maintainers
10
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-compose - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

dist/index.d.ts

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

/// <reference types="react" />
import React, { ComponentType } from 'react';

@@ -3,0 +2,0 @@ export declare type ReactComponent<P> = ComponentType<P>;

2

dist/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +6,0 @@ var hoist_non_react_statics_1 = __importDefault(require("hoist-non-react-statics"));

{
"name": "@shopify/react-compose",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",

@@ -34,4 +34,4 @@ "description": "Cleanly compose multiple component enhancers together with minimal fuss",

"enzyme": "^3.3.0",
"typescript": "~2.7.2"
"typescript": "~2.9.2"
}
}

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