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

@ts-liveserver/ts-transpiler

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-liveserver/ts-transpiler - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

3

dist/DependencyResolver.js

@@ -21,3 +21,4 @@ "use strict";

resolveDependencyName(parentFilePath, dependencyName) {
if (dependencyName.startsWith('https://') ||
if (dependencyName.startsWith('/') ||
dependencyName.startsWith('https://') ||
dependencyName.startsWith('http://')) {

@@ -24,0 +25,0 @@ return dependencyName;

{
"name": "@ts-liveserver/ts-transpiler",
"version": "0.6.0",
"version": "0.7.0",
"license": "ISC",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

},
"gitHead": "841400625387a6cd98ad32a24b9f33edfb6fff4b"
"gitHead": "07a9d693f23e31c24da59340946fe4026b26b44e"
}

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