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.4 to 1.5.5

6

assert/index.d.ts

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

/** If provided, the error message is set to this value. */
message?: string;
message?: string | undefined;
/** The `actual` property on the error instance. */

@@ -27,6 +27,6 @@ actual?: any;

/** The `operator` property on the error instance. */
operator?: string;
operator?: string | undefined;
/** If provided, the generated stack trace omits frames before this function. */
// tslint:disable-next-line:ban-types
stackStartFn?: Function;
stackStartFn?: Function | undefined;
});

@@ -33,0 +33,0 @@ }

{
"name": "@types/assert",
"version": "1.5.4",
"version": "1.5.5",
"description": "TypeScript definitions for commonjs-assert",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/assert",
"license": "MIT",

@@ -39,4 +40,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "4b72c680b4688616b8e5b11c1132172d2c20bbdbcea81f0a445a5aaba5d9d849",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "205a9df31343c60cecea9d90eb59f7656ce99e29f8cdecc6d4628520008831d4",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 19 Jan 2021 23:09:26 GMT
* Last updated: Tue, 06 Jul 2021 18:05:35 GMT
* Dependencies: none

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

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