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

react-cookie

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cookie - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

6

index.d.ts

@@ -12,4 +12,4 @@ import * as React from 'react';

export class CookiesProvider extends React.Component{ }
export class CookiesProvider extends React.Component<ReactCookieProps, any> {}
type Diff<T, U> = T extends U ? never : T;
type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>;

@@ -46,3 +46,3 @@

export type ReactCookieProps = {
cookies: Cookies
cookies?: Cookies
};
{
"name": "react-cookie",
"version": "2.1.5",
"version": "2.1.6",
"description": "Universal cookies for React",

@@ -5,0 +5,0 @@ "main": "lib/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