@types/chrome
Advanced tools
Comparing version 0.0.22-alpha to 0.0.23-alpha
@@ -0,0 +0,0 @@ // Type definitions for Chrome packaged application development |
@@ -0,0 +0,0 @@ // Type definitions for Chrome Cast application development |
{ | ||
"name": "@types/chrome", | ||
"version": "0.0.22-alpha", | ||
"version": "0.0.23-alpha", | ||
"description": "TypeScript definitions for Chrome extension development", | ||
@@ -8,8 +8,11 @@ "main": "", | ||
"author": "Matthew Kimber <https://github.com/matthewkimber>, otiai10 <https://github.com/otiai10>, couven92 <https://github.com/couven92>, RReverser <https://github.com/rreverser>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/webrtc": "*", | ||
"@types/filesystem": "*" | ||
"@types/filesystem": "0.0.*" | ||
} | ||
} |
@@ -11,5 +11,5 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:02 GMT | ||
* Last updated: Fri, 01 Jul 2016 18:42:19 GMT | ||
* File structure: Global | ||
* Library Dependencies: webrtc, filesystem | ||
* Library Dependencies: filesystem | ||
* Module Dependencies: none | ||
@@ -16,0 +16,0 @@ * Global values: chrome |
@@ -5,3 +5,2 @@ { | ||
"libraryDependencies": [ | ||
"webrtc", | ||
"filesystem" | ||
@@ -27,3 +26,3 @@ ], | ||
], | ||
"contentHash": "a6223fbbb7aaf6210415e944b46da26d2d7e5d5ecb212300cb906f155242cf0e" | ||
"contentHash": "543898d9eebce6aaee9a8ff21a8863697f5692613ca627c70f5624489b8a4fd0" | ||
} |
Sorry, the diff of this file is too big to display
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
0
445279
9019
- Removed@types/webrtc@*
- Removed@types/webrtc@0.0.44(transitive)
Updated@types/filesystem@0.0.*