Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/assert

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/assert - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

9

assert/index.d.ts

@@ -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;

}

4

assert/package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc