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.2 to 1.4.3

4

assert/index.d.ts

@@ -20,4 +20,6 @@ // Type definitions for commonjs-assert 1.4

function notDeepEqual(acutal: any, expected: any, message?: string): void;
function notDeepEqual(actual: any, expected: any, message?: string): void;
function deepStrictEqual(actual: any, expected: any, message?: string): void;
function strictEqual(actual: any, expected: any, message?: string): void;

@@ -24,0 +26,0 @@

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

@@ -22,8 +22,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/assert"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "d5838e70fbe18428e193caa0ae20277ee2f129b942c3497d121b28f42e2b7238",
"typesPublisherContentHash": "d983916ba5bd8c25d68337e70af7f3cae4aac478101beecdead28b93a0a13549",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for commonjs-assert ( https://github.com/browserify/commonjs-assert ).
This package contains type definitions for commonjs-assert (https://github.com/browserify/commonjs-assert).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 13 Feb 2019 16:16:45 GMT
* Last updated: Thu, 25 Jul 2019 18:51:47 GMT
* Dependencies: none

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

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