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

@types/react-tracking

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-tracking - npm Package Compare versions

Comparing version 7.0.3 to 7.0.4

3

react-tracking/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for react-tracking 7.0

// Christopher Pappas <https://github.com/damassi>
// Chen Asraf <https://github.com/chenasraf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -55,3 +56,3 @@ // TypeScript Version: 2.8

export type TrackingInfo<T, P, S> = T | ((props: P, state: S, args: any[any]) => T | Falsy);
export type TrackingInfo<T, P, S> = T | ((props: P, state: S, args: any[any], [value, err]: [any, any]) => T | Falsy);

@@ -58,0 +59,0 @@ // Duplicated from ES6 lib to remove the `void` typing, otherwise `track` can’t be used as a HOC function that passes

{
"name": "@types/react-tracking",
"version": "7.0.3",
"version": "7.0.4",
"description": "TypeScript definitions for react-tracking",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "damassi"
},
{
"name": "Chen Asraf",
"url": "https://github.com/chenasraf",
"githubUsername": "chenasraf"
}

@@ -30,4 +35,4 @@ ],

},
"typesPublisherContentHash": "ad08e195d2ed127578ecdd287917681cd279b081948aff336aab6777d2801061",
"typesPublisherContentHash": "28414dcaef228c27458cf05b23a012169fb53d150ee86ac58ebd00e094289458",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 31 May 2020 17:46:02 GMT
* Last updated: Thu, 04 Jun 2020 20:57:05 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Eloy Durán](https://github.com/alloy), and [Christopher Pappas](https://github.com/damassi).
These definitions were written by [Eloy Durán](https://github.com/alloy), [Christopher Pappas](https://github.com/damassi), and [Chen Asraf](https://github.com/chenasraf).
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