@types/needle
Advanced tools
Comparing version 0.7.21-alpha to 0.7.22-alpha
@@ -8,2 +8,5 @@ // Type definitions for needle 0.7.8 | ||
declare var needle: Needle.NeedleStatic; | ||
export = needle; | ||
declare namespace Needle { | ||
@@ -96,6 +99,1 @@ interface ReadableStream extends NodeJS.ReadableStream { | ||
} | ||
declare module "needle" { | ||
var needle: Needle.NeedleStatic; | ||
export = needle; | ||
} |
{ | ||
"name": "@types/needle", | ||
"version": "0.7.21-alpha", | ||
"version": "0.7.22-alpha", | ||
"description": "TypeScript definitions for needle 0.7.8", | ||
@@ -8,7 +8,11 @@ "main": "", | ||
"author": "San Chen <https://github.com/bigsan>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/node": "*" | ||
"@types/node": "4.0.*" | ||
} | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:26 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:29 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Global values: needle | ||
# Credits | ||
These definitions were written by San Chen <https://github.com/bigsan>. |
@@ -15,4 +15,6 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"globals": [], | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"needle" | ||
], | ||
"declaredModules": [ | ||
@@ -24,3 +26,3 @@ "needle" | ||
], | ||
"contentHash": "dc0dedfadd3e36392fa400319a9071a35b71f417cb71d744c97737af761f774b" | ||
"contentHash": "e1f897e4458572ab15ac97f396ad5a3ff285ce41af1f443c6830f0b707ac8e07" | ||
} |
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
4966
0
+ Added@types/node@4.0.48(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedundici-types@6.19.8(transitive)
Updated@types/node@4.0.*