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

@types/post-robot

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/post-robot - npm Package Compare versions

Comparing version 10.0.3 to 10.0.4

6

post-robot/index.d.ts

@@ -16,5 +16,5 @@ // Type definitions for post-robot 10.0

type HandlerType = (event: {
source: CrossDomainWindowType,
origin: string,
data: any
source: CrossDomainWindowType;
origin: string;
data: any;
}) => ZalgoPromise<any>;

@@ -21,0 +21,0 @@ type ErrorHandlerType = (err: any) => void;

{
"name": "@types/post-robot",
"version": "10.0.3",
"version": "10.0.4",
"description": "TypeScript definitions for post-robot",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/post-robot",

"dependencies": {},
"typesPublisherContentHash": "78e1a580a7053aa853efab5238d9f1bb76f02b0577f4cbf6f0b92da712cb1820",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "e407bb54f17aecb046c2fa76f7ef0f72959ed80313946161ebf16217d79d874f",
"typeScriptVersion": "4.5"
}

@@ -26,5 +26,5 @@ # Installation

type HandlerType = (event: {
source: CrossDomainWindowType,
origin: string,
data: any
source: CrossDomainWindowType;
origin: string;
data: any;
}) => ZalgoPromise<any>;

@@ -85,3 +85,3 @@ type ErrorHandlerType = (err: any) => void;

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:19:44 GMT
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Dependencies: none

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