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.2 to 4.1.3

6

react-frame-component/index.d.ts

@@ -21,4 +21,4 @@ // Type definitions for react-frame-component 4.1

export interface FrameContextProps {
document?: any;
window?: any;
document?: HTMLDocument;
window?: Window;
}

@@ -31,1 +31,3 @@

export const FrameContextConsumer: React.Consumer<FrameContextProps>;
export function useFrame(): FrameContextProps;
{
"name": "@types/react-frame-component",
"version": "4.1.2",
"version": "4.1.3",
"description": "TypeScript definitions for react-frame-component",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-frame-component",

},
"typesPublisherContentHash": "86479cd4cb755337f472613ba29c1e1b293f869e3d4dbaf9c2245eaa5e563970",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "013970e8ecae8c5c83b35e2acf0eef5645d5877dce364d56bc2c1233c6cb3a74",
"typeScriptVersion": "3.7"
}

@@ -31,4 +31,4 @@ # Installation

export interface FrameContextProps {
document?: any;
window?: any;
document?: HTMLDocument;
window?: Window;
}

@@ -42,6 +42,8 @@

export function useFrame(): FrameContextProps;
````
### Additional Details
* Last updated: Thu, 08 Jul 2021 20:20:42 GMT
* Last updated: Tue, 14 Sep 2021 12:31:29 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -48,0 +50,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