@types/caniuse-api
Advanced tools
Comparing version 3.0.0 to 3.0.1
// Type definitions for caniuse-api 3.0 | ||
// Project: https://github.com/nyalab/caniuse-api#readme | ||
// Definitions by: Dave Cardwell <https://github.com/davecardwell> | ||
// Matt Miller <https://github.com/matt123miller> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -14,2 +15,3 @@ | ||
x?: number; | ||
p?: number; | ||
}; | ||
@@ -16,0 +18,0 @@ } |
{ | ||
"name": "@types/caniuse-api", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for caniuse-api", | ||
@@ -11,14 +11,20 @@ "license": "MIT", | ||
"githubUsername": "davecardwell" | ||
}, | ||
{ | ||
"name": "Matt Miller", | ||
"url": "https://github.com/matt123miller", | ||
"githubUsername": "matt123miller" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/caniuse-api" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "64b8c9611e556c5f69eb511f181d002df22ee7d146bcf4cd274d31516d05b8c2", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "df70442d61f1f12d85533fc280d6c3ec0131c45a10845a74827450a84055bed8", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/caniuse-api | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/caniuse-api. | ||
Additional Details | ||
* Last updated: Sat, 27 Oct 2018 23:08:43 GMT | ||
### Additional Details | ||
* Last updated: Tue, 20 Oct 2020 12:47:07 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Dave Cardwell <https://github.com/davecardwell>. | ||
These definitions were written by [Dave Cardwell](https://github.com/davecardwell), and [Matt Miller](https://github.com/matt123miller). |
Sorry, the diff of this file is not supported yet
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
3488
26