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 1.4.5 to 1.4.6

assert/ts3.7/index.d.ts

15

assert/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for commonjs-assert 1.4

// Linus Unnebäck <https://github.com/LinusU>
// ExE Boss <https://github.com/ExE-Boss>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -33,3 +34,7 @@

function doesNotThrow(block: () => void, message?: string): void;
function doesNotThrow(block: () => void, error: (() => void) | ((err: any) => boolean) | RegExp, message?: string): void;
function doesNotThrow(
block: () => void,
error: (() => void) | ((err: any) => boolean) | RegExp,
message?: string,
): void;

@@ -46,3 +51,9 @@ function ifError(value: any): void;

constructor(options?: { message?: string; actual?: any; expected?: any; operator?: string; stackStartFunction?: () => void });
constructor(options?: {
message?: string;
actual?: any;
expected?: any;
operator?: string;
stackStartFunction?: () => void;
});
}

@@ -49,0 +60,0 @@ }

{
"name": "@types/assert",
"version": "1.4.5",
"version": "1.4.6",
"description": "TypeScript definitions for commonjs-assert",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "LinusU"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
}

@@ -21,2 +26,9 @@ ],

"types": "index.d.ts",
"typesVersions": {
">=3.7.0-0": {
"*": [
"ts3.7/*"
]
}
},
"repository": {

@@ -29,4 +41,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "d983916ba5bd8c25d68337e70af7f3cae4aac478101beecdead28b93a0a13549",
"typesPublisherContentHash": "f09214a9129e9bc702560ebf3e2e0ff54824902cf93ab4ddfccc4931c0f16df9",
"typeScriptVersion": "2.8"
}

4

assert/README.md

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 28 Jan 2020 19:12:46 GMT
* Last updated: Tue, 04 Feb 2020 00:09:55 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Nico Gallinal (https://github.com/nicoabie), and Linus Unnebäck (https://github.com/LinusU).
These definitions were written by Nico Gallinal (https://github.com/nicoabie), Linus Unnebäck (https://github.com/LinusU), and ExE Boss (https://github.com/ExE-Boss).
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