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 8.1.0 to 8.1.1

6

react-tracking/index.d.ts

@@ -50,3 +50,3 @@ // Type definitions for react-tracking 8.1

*/
dispatchOnMount?: boolean | ((contextData: T) => T);
dispatchOnMount?: boolean | ((contextData: T) => T) | undefined;

@@ -73,3 +73,3 @@ /**

*/
forwardRef?: boolean;
forwardRef?: boolean | undefined;
}

@@ -93,3 +93,3 @@

export type TrackingContext<T = any> = React.Context<{
tracking: Options<T> & { data?: {} };
tracking: Options<T> & { data?: {} | undefined };
}>;

@@ -96,0 +96,0 @@ export const ReactTrackingContext: TrackingContext;

{
"name": "@types/react-tracking",
"version": "8.1.0",
"version": "8.1.1",
"description": "TypeScript definitions for react-tracking",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-tracking",
"license": "MIT",

@@ -34,4 +35,4 @@ "contributors": [

},
"typesPublisherContentHash": "c86fa04e0942f2ec855cdb52db9b658e192b29baa276038b316bc896eb1a6db5",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "37358864caefb466166f735e3e2b47dfa06748e629ac9d167ae8d49442792153",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Thu, 20 May 2021 11:01:21 GMT
* Last updated: Thu, 08 Jul 2021 22:41:41 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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