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

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
300
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 3.0.0-rc.31 to 3.0.0-rc.32

2

package.json
{
"name": "@travetto/compiler",
"version": "3.0.0-rc.31",
"version": "3.0.0-rc.32",
"description": "Compiler",

@@ -5,0 +5,0 @@ "keywords": [

@@ -13,3 +13,3 @@ import ts from 'typescript';

prefix = `/${prefix}`;
const final = path.resolve(root).replace(/\/[^\/+]/, m => {
const final = path.resolve(root).replace(/\/[^\/]+/, m => {
matched = m;

@@ -16,0 +16,0 @@ return prefix;

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