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

@types/react-frame-component

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-frame-component - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

8

react-frame-component/index.d.ts

@@ -20,3 +20,3 @@ // Type definitions for react-frame-component 4.1

export interface FrameContext {
export interface FrameContextProps {
document?: any;

@@ -26,4 +26,6 @@ window?: any;

export const FrameContextProvider: React.Provider<FrameContext>;
export const FrameContext: React.Context<FrameContextProps>;
export const FrameContextConsumer: React.Consumer<FrameContext>;
export const FrameContextProvider: React.Provider<FrameContextProps>;
export const FrameContextConsumer: React.Consumer<FrameContextProps>;
{
"name": "@types/react-frame-component",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript definitions for react-frame-component",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "c0c13af6caf8e21e4d6c1b01ab37456c27949d14d9c86701432aca9fb20fa17b",
"typesPublisherContentHash": "f8de92d3158fea4054db325ab59f16a527005b03b076c626a0507b0618ecd992",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 02 Oct 2019 20:33:18 GMT
* Last updated: Wed, 09 Oct 2019 19:11:28 GMT
* Dependencies: @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