@types/node-gcm
Advanced tools
Comparing version 0.14.29 to 1.0.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for node-gcm 0.14.0 | ||
// Type definitions for node-gcm 1.0.2 | ||
// Project: https://www.npmjs.org/package/node-gcm | ||
// Definitions by: Hiroki Horiuchi <https://github.com/horiuchi> | ||
// BWYou <https://github.com/yousky/> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -17,2 +18,6 @@ | ||
click_action?: string; | ||
body_loc_key?: string; | ||
body_loc_args?: string; | ||
title_loc_args?: string; | ||
title_loc_key?: string; | ||
} | ||
@@ -24,2 +29,3 @@ | ||
contentAvailable?: boolean; | ||
mutableContent?: boolean; | ||
delayWhileIdle?: boolean; | ||
@@ -62,2 +68,3 @@ timeToLive?: number; | ||
topic?: string, | ||
condition?: string, | ||
notificationKey?: string, | ||
@@ -64,0 +71,0 @@ registrationIds?: string[], |
{ | ||
"name": "@types/node-gcm", | ||
"version": "0.14.29", | ||
"description": "TypeScript definitions for node-gcm 0.14.0", | ||
"version": "1.0.0", | ||
"description": "TypeScript definitions for node-gcm", | ||
"license": "MIT", | ||
"author": "Hiroki Horiuchi <https://github.com/horiuchi>", | ||
"contributors": [ | ||
{ | ||
"name": "Hiroki Horiuchi", | ||
"url": "https://github.com/horiuchi", | ||
"githubUsername": "horiuchi" | ||
}, | ||
{ | ||
"name": "BWYou", | ||
"url": "https://github.com/yousky/" | ||
} | ||
], | ||
"main": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "62f840401a72484b8de10fe41e44e0c74de088b3dc24aeb9e422cfc7c3273380" | ||
"typesPublisherContentHash": "d06208780965ddf11443b084e01cd9d9b8110e89a986c319482362bbd927d693", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for node-gcm 0.14.0 (https://www.npmjs.org/package/node-gcm). | ||
This package contains type definitions for node-gcm (https://www.npmjs.org/package/node-gcm). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/node-gcm | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-gcm | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Sat, 08 Sep 2018 01:20:16 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Hiroki Horiuchi <https://github.com/horiuchi>. | ||
These definitions were written by Hiroki Horiuchi <https://github.com/horiuchi>, BWYou <https://github.com/yousky/>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5127
1
0
81
17