@types/deep-freeze
Advanced tools
Comparing version 0.0.22-alpha to 0.0.23-alpha
@@ -6,2 +6,5 @@ // Type definitions for deep-freeze | ||
declare var deepFreeze: DeepFreeze.DeepFreezeInterface; | ||
export = deepFreeze; | ||
declare namespace DeepFreeze { | ||
@@ -12,6 +15,1 @@ export interface DeepFreezeInterface { | ||
} | ||
declare module "deep-freeze" { | ||
let deepFreeze: DeepFreeze.DeepFreezeInterface; | ||
export = deepFreeze; | ||
} |
{ | ||
"name": "@types/deep-freeze", | ||
"version": "0.0.22-alpha", | ||
"version": "0.0.23-alpha", | ||
"description": "TypeScript definitions for deep-freeze", | ||
@@ -8,2 +8,6 @@ "main": "", | ||
"author": "Bart van der Schoor <https://github.com/Bartvds>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
@@ -10,0 +14,0 @@ "typings": "index.d.ts", |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:05 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:20 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Global values: deepFreeze | ||
# Credits | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>. |
@@ -13,4 +13,6 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"globals": [], | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"deepFreeze" | ||
], | ||
"declaredModules": [ | ||
@@ -22,3 +24,3 @@ "deep-freeze" | ||
], | ||
"contentHash": "b4785400116463448c098f4da7115ef3646b7bee4b169e074e2d441f69623806" | ||
"contentHash": "d82430fb37176f65d4cc6a6c3812592503d09cd5c4e23dd81e9e93a76a5e863f" | ||
} |
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
2159
0