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.7.13 to 0.7.14

4

lib/transform-inline/visitor.js

@@ -118,3 +118,3 @@ "use strict";

if (source === typeParameters[i]) {
return typeArguments[i] || typeParameters[i].getDefault();
return typeArguments[i];
}

@@ -254,3 +254,3 @@ }

}
const mappedType = typeMapper(type);
const mappedType = typeMapper(type) || type.getDefault();
if (mappedType === undefined) {

@@ -257,0 +257,0 @@ throw new Error('Unbound type parameter, missing type node.');

{
"name": "typescript-is",
"version": "0.7.13",
"version": "0.7.14",
"engines": {

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

Sorry, the diff of this file is not supported yet

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