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

@travetto/compiler

Package Overview
Dependencies
Maintainers
0
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 4.1.1 to 4.1.2

8

package.json
{
"name": "@travetto/compiler",
"version": "4.1.1",
"version": "4.1.2",
"description": "The compiler infrastructure for the Travetto framework",

@@ -35,7 +35,7 @@ "keywords": [

"@travetto/manifest": "^4.1.0",
"@travetto/transformer": "^4.1.1",
"@types/node": "^20.14.2"
"@travetto/transformer": "^4.1.2",
"@types/node": "^20.14.8"
},
"peerDependencies": {
"@travetto/cli": "^4.1.1"
"@travetto/cli": "^4.1.2"
},

@@ -42,0 +42,0 @@ "peerDependenciesMeta": {

@@ -0,1 +1,3 @@

import os from 'node:os';
import { ManifestModuleFileType, ManifestModuleFolderType, ManifestModuleUtil, ManifestUtil, PackageUtil, RuntimeIndex, path } from '@travetto/manifest';

@@ -45,3 +47,4 @@

return [
// Disable exclusions until parcel watcher fixes itself
return os.platform() === 'linux' ? [] : [
...ignores,

@@ -48,0 +51,0 @@ '.git', '**/.git',

{
"compilerOptions": {
"module": "CommonJS",
"module": "NodeNext",
"target": "esnext",

@@ -5,0 +5,0 @@ "moduleResolution": "Bundler",

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