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.1 to 10.0.2

6

post-robot/index.d.ts

@@ -15,3 +15,7 @@ // Type definitions for post-robot 10.0

type DomainMatcher = string | RegExp | string[];
type HandlerType = (source: CrossDomainWindowType, origin: string, data: object) => void | ZalgoPromise<any>;
type HandlerType = (event: {
source: CrossDomainWindowType,
origin: string,
data: any
}) => ZalgoPromise<any>;
type ErrorHandlerType = (err: any) => void;

@@ -18,0 +22,0 @@

6

post-robot/package.json
{
"name": "@types/post-robot",
"version": "10.0.1",
"version": "10.0.2",
"description": "TypeScript definitions for post-robot",

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

"dependencies": {},
"typesPublisherContentHash": "965668bfe0623f726270d19d472237544d708d7f081168d01568c22fa1ab2588",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "7b9e5cb6a03636ce7788c75d7df0f061f414bc4d4752d7cac03eb171184d0af2",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Tue, 17 Nov 2020 23:46:44 GMT
* Last updated: Wed, 26 May 2021 00:01:21 GMT
* Dependencies: none

@@ -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