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

@types/cometd

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cometd - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

cometd/AckExtension/index.d.ts

7

cometd/index.d.ts
// Type definitions for CometD 4.0
// Project: https://cometd.org
// Definitions by: Derek Cicerone <https://github.com/derekcicerone>, Daniel Perez Alvarez <https://github.com/unindented>, Alex Henry <https://github.com/alxHenry>
// Definitions by: Derek Cicerone <https://github.com/derekcicerone>
// Daniel Perez Alvarez <https://github.com/unindented>
// Alex Henry <https://github.com/alxHenry>
// Harald Gliebe <https://github.com/hagl>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -91,2 +94,4 @@ // TypeScript Version: 2.3

outgoing?: Listener;
registered?: (name: string, cometd: CometD) => void;
unregistered?: () => void;
}

@@ -93,0 +98,0 @@

9

cometd/package.json
{
"name": "@types/cometd",
"version": "4.0.2",
"version": "4.0.3",
"description": "TypeScript definitions for CometD",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "alxHenry"
},
{
"name": "Harald Gliebe",
"url": "https://github.com/hagl",
"githubUsername": "hagl"
}

@@ -32,4 +37,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "3bb412accaa46ee7d8808ebfc49ebf5628800f7dddef29ea20edb6d41c7b240d",
"typesPublisherContentHash": "9e6a4e6b1c1e63d5796d44effbe41fef24cdb4c3c442b4a536ad3c7aeae3e112",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 16:16:48 GMT
* Last updated: Thu, 14 Feb 2019 21:40:00 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Derek Cicerone <https://github.com/derekcicerone>, Daniel Perez Alvarez <https://github.com/unindented>, Alex Henry <https://github.com/alxHenry>.
These definitions were written by Derek Cicerone <https://github.com/derekcicerone>, Daniel Perez Alvarez <https://github.com/unindented>, Alex Henry <https://github.com/alxHenry>, Harald Gliebe <https://github.com/hagl>.
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