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

@types/node-gcm

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-gcm - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

12

node-gcm/index.d.ts

@@ -97,7 +97,9 @@ export interface INotificationOptions {

multicast_id?: number | undefined;
results?: {
message_id?: string | undefined;
registration_id?: string | undefined;
error?: string | undefined;
}[] | undefined;
results?:
| Array<{
message_id?: string | undefined;
registration_id?: string | undefined;
error?: string | undefined;
}>
| undefined;
}
{
"name": "@types/node-gcm",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for node-gcm",

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

"dependencies": {},
"typesPublisherContentHash": "a30ba8dee0698102fb1c443ed4379a6eecadaf47c3b14eb3b94f4c41027d7426",
"typesPublisherContentHash": "0fb380c3055779fe82d6c66fd82ee3ef64c75b4884a8cdb2ef0ac1e59b570694",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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