@types/assert
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -6,3 +6,9 @@ // Type definitions for assert and power-assert | ||
// copy from assert external module in node.d.ts | ||
// Definitions for commonjs-assert match that of node.js' assert module, | ||
// but commonjs-assert is intended to be used as an independent module, | ||
// for instance when making a stand-alone site or app that doesn't have | ||
// access to node modules. For that reason, these definitions define a | ||
// "assert" module. This will conflict with node.d.ts and other assert | ||
// modules such as "power-assert", but a project should realistically | ||
// only be using one of these at a time. | ||
@@ -54,1 +60,2 @@ declare function assert(value:any, message?:string):void; | ||
} | ||
{ | ||
"name": "@types/assert", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "TypeScript definitions for assert and power-assert", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "c5c85a46d10cdde299f2481fe1c7ee922d4b4ac0864fff23522ce6b3e4bda08e" | ||
"typesPublisherContentHash": "759710078193010b99dc99e7ba8a100e251198a9098988d5579808a57a8fc7c5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Nov 2016 18:45:50 GMT | ||
* Last updated: Tue, 22 Nov 2016 20:59:26 GMT | ||
* File structure: Global | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -22,3 +22,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "c5c85a46d10cdde299f2481fe1c7ee922d4b4ac0864fff23522ce6b3e4bda08e" | ||
"contentHash": "759710078193010b99dc99e7ba8a100e251198a9098988d5579808a57a8fc7c5" | ||
} |
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
4363
66
106464