Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

check-types

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-types - npm Package Compare versions

Comparing version 7.1.3 to 7.1.4

2

package.json
{
"name": "check-types",
"version": "7.1.3",
"version": "7.1.4",
"description": "A little library for asserting types and values.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/philbooth/check-types.js",

@@ -710,3 +710,3 @@ /*globals define, module, Symbol */

if (value === false) {
throw new ErrorType(message || 'Assertion failed');
throw new (ErrorType || Error)(message || 'Assertion failed');
}

@@ -713,0 +713,0 @@ }

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