New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/compiler - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

package.json

@@ -7,3 +7,3 @@ {

"dependencies": {
"@travetto/base": "^0.1.2",
"@travetto/base": "^0.1.3",
"@types/source-map-support": "^0.4.1",

@@ -32,3 +32,3 @@ "source-map-support": "^0.5.6",

"scripts": {},
"version": "0.1.3"
"version": "0.1.4"
}
import * as ts from 'typescript';
import { dirname, sep } from 'path';
import { AppInfo, Env } from '@travetto/base';
import { AppInfo, Env, resolveFrameworkFile } from '@travetto/base';

@@ -161,4 +161,4 @@ export type Import = { path: string, ident: ts.Identifier };

if (Env.frameworkDev && path.includes('@travetto')) {
path = `${Env.cwd}/node_modules/@travetto/${path.split('@travetto/').pop()}`;
if (Env.frameworkDev) {
path = resolveFrameworkFile(path);
}

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