@types/turf
Advanced tools
Comparing version 2.0.20-alpha to 2.0.21-alpha
@@ -8,2 +8,5 @@ // Type definitions for Turf 2.0 | ||
export= turf; | ||
export as namespace turf; | ||
declare namespace turf { | ||
@@ -578,5 +581,1 @@ ////////////////////////////////////////////////////// | ||
} | ||
declare module 'turf' { | ||
export= turf; | ||
} |
{ | ||
"name": "@types/turf", | ||
"version": "2.0.20-alpha", | ||
"version": "2.0.21-alpha", | ||
"description": "TypeScript definitions for Turf 2.0", | ||
@@ -8,7 +8,11 @@ "main": "", | ||
"author": "Guillaume Croteau <https://github.com/gcroteau>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/geojson": "*" | ||
"@types/geojson": "0.0.*" | ||
} | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:40 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:35 GMT | ||
* File structure: UMD | ||
* Library Dependencies: geojson | ||
@@ -15,0 +15,0 @@ * Module Dependencies: none |
@@ -15,13 +15,11 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"kind": "UMD", | ||
"globals": [ | ||
"turf" | ||
], | ||
"declaredModules": [ | ||
"turf" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"contentHash": "31c26c7e718155fbd8c7e0b1c357b5263fbc93a0f094aed048268839f9ed87ae" | ||
"contentHash": "e6b61434f5478a64f38afb66ce58a851329c32631cdf9e6862ba2e3d8d6900ac" | ||
} |
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
0
31812
530
+ Added@types/geojson@0.0.32(transitive)
- Removed@types/geojson@7946.0.16(transitive)
Updated@types/geojson@0.0.*