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

ts-import

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-import - npm Package Compare versions

Comparing version 0.0.9-1 to 0.0.9-2

2

dist/index.js

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

absoluteTsDir = path.dirname(absoluteTsPath);
cachedDir = path.resolve(cacheDir, absoluteTsDir);
cachedDir = path.resolve(cacheDir, "." + absoluteTsDir);
cachedFile = path.resolve(cachedDir, jsFileName);

@@ -89,0 +89,0 @@ if (!fs.existsSync(cachedFile)) return [3 /*break*/, 3];

{
"name": "ts-import",
"version": "0.0.9-1",
"version": "0.0.9-2",
"license": "GPL-3.0",

@@ -5,0 +5,0 @@ "author": "Artur Kurowski <radarsu@gmail.com>",

@@ -49,3 +49,3 @@ import * as childProcess from 'child_process';

const cachedDir = path.resolve(cacheDir, absoluteTsDir);
const cachedDir = path.resolve(cacheDir, `.${absoluteTsDir}`);
const cachedFile = path.resolve(cachedDir, jsFileName);

@@ -52,0 +52,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