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.7 to 1.5.0

6

assert/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for commonjs-assert 1.4
// Type definitions for commonjs-assert 1.5
// Project: https://github.com/browserify/commonjs-assert, https://github.com/defunctzombie/commonjs-assert

@@ -25,2 +25,4 @@ // Definitions by: Nico Gallinal <https://github.com/nicoabie>

function notDeepStrictEqual(actual: any, expected: any, message?: string): void;
function strictEqual(actual: any, expected: any, message?: string): void;

@@ -58,4 +60,6 @@

}
const strict: typeof assert;
}
export = assert;

4

assert/package.json
{
"name": "@types/assert",
"version": "1.4.7",
"version": "1.5.0",
"description": "TypeScript definitions for commonjs-assert",

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "8fce7b1fcab660059a17a68fe8174afdc79e6209ec310548afec88c828ae3c56",
"typesPublisherContentHash": "b0e0e297ea4bcc9d6386fcf1c5a76777615fe180a6d0e59289ab5197e39e1e21",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 04:08:46 GMT
* Last updated: Sun, 21 Jun 2020 17:01:12 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

@@ -56,4 +56,6 @@ declare function assert(value: any, message?: string): asserts value;

}
const strict: typeof assert;
}
export = assert;
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