New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.0 to 1.5.1

2

assert/index.d.ts

@@ -11,3 +11,3 @@ // Type definitions for commonjs-assert 1.5

declare namespace assert {
function fail(actual?: any, expected?: any, message?: string, operator?: string): void;
function fail(actual?: any, expected?: any, message?: string, operator?: string): never;

@@ -14,0 +14,0 @@ function ok(value: any, message?: string): void;

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

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

"dependencies": {},
"typesPublisherContentHash": "b0e0e297ea4bcc9d6386fcf1c5a76777615fe180a6d0e59289ab5197e39e1e21",
"typesPublisherContentHash": "4f56198ff9414531c52daad23ada5c6af090d37a0013bedd74f36e76e28e9911",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Sun, 21 Jun 2020 17:01:12 GMT
* Last updated: Tue, 23 Jun 2020 16:33:29 GMT
* Dependencies: none

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

declare function assert(value: any, message?: string): asserts value;
declare namespace assert {
function fail(actual?: any, expected?: any, message?: string, operator?: string): void;
function fail(actual?: any, expected?: any, message?: string, operator?: string): never;

@@ -6,0 +6,0 @@ function ok(value: any, message?: string): asserts value;

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