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

flow-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-interfaces - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

1

interfaces/lodash.d.js

@@ -86,2 +86,3 @@ type Support = {

lastIndexOf<T>(array: ?Array<T>, value: T, fromIndex?: number): number;
pluck<T>(array: ?Array<T>, path: string): Array<T>;
pull<T>(array: ?Array<T>, ...values?: Array<T>): Array<T>;

@@ -88,0 +89,0 @@ pullAll<T>(array: ?Array<T>, values: Array<T>): Array<T>;

2

interfaces/react-redux.d.js

@@ -9,3 +9,3 @@ import React from 'react';

declare var Provider: ReactClass;
declare function connect(mapStateToProps?: (state: Object, ownProps?: any) => Object, mapDispatchToProps?: any, mergeProps?: (stateProps: any, dispatchProps: any, ownProps: any) => any, options?: {
declare function connect(mapStateToProps?: (state: Object, ownProps: any) => Object, mapDispatchToProps?: any, mergeProps?: (stateProps: any, dispatchProps: any, ownProps: any) => any, options?: {
pure?: bool,

@@ -12,0 +12,0 @@ withRef?: bool,

{
"name": "flow-interfaces",
"version": "0.4.0",
"version": "0.4.1",
"description": "Flow interface definitions for common 3rd-party modules",

@@ -5,0 +5,0 @@ "main": "index.js",

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