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

typescript-is

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-is - npm Package Compare versions

Comparing version 0.10.5 to 0.10.6

7

index.js

@@ -9,3 +9,8 @@ function checkGetErrorMessage(getErrorMessage) {

class TypeGuardError extends Error { }
class TypeGuardError extends Error {
constructor(...args) {
super(...args);
this.name = 'TypeGuardError';
}
}

@@ -12,0 +17,0 @@ function AssertType(assertion, options = {}) {

2

package.json
{
"name": "typescript-is",
"version": "0.10.5",
"version": "0.10.6",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=6.14.4"

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