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.1.9 to 0.1.10

2

lib/transform-inline/transformer.js

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

&& signature.declaration !== undefined
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', 'index.d.ts'))
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', '..', 'index.d.ts'))
&& node.arguments.length === 1

@@ -26,0 +26,0 @@ && node.typeArguments !== undefined

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

&& signature.declaration !== undefined
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', 'index.d.ts'))
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', '..', 'index.d.ts'))
&& node.arguments.length === 1

@@ -53,0 +53,0 @@ && node.typeArguments !== undefined

{
"name": "typescript-is",
"version": "0.1.9",
"version": "0.1.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -31,3 +31,3 @@ import * as ts from 'typescript';

&& signature.declaration !== undefined
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', 'index.d.ts'))
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', '..', 'index.d.ts'))
&& node.arguments.length === 1

@@ -34,0 +34,0 @@ && node.typeArguments !== undefined

@@ -64,3 +64,3 @@ import * as ts from 'typescript';

&& signature.declaration !== undefined
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', 'index.d.ts'))
&& path.resolve(signature.declaration.getSourceFile().fileName) === path.resolve(path.join(__dirname, '..', '..', 'index.d.ts'))
&& node.arguments.length === 1

@@ -67,0 +67,0 @@ && node.typeArguments !== undefined

Sorry, the diff of this file is not supported yet

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