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

@travetto/boot

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/boot - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

package.json

@@ -43,4 +43,3 @@ {

},
"version": "1.1.0",
"gitHead": "e86853b6bf3ede54312385c1fd420733ef600168"
}
"version": "1.1.1"
}

3

src/compile.d.ts
/// <reference types="node" />
import * as Mod from 'module';
declare type Module = {

@@ -8,3 +7,3 @@ loaded?: boolean;

_compile?(contents: string, file: string): any;
} & Mod;
} & NodeJS.Module;
declare const Module: Module;

@@ -11,0 +10,0 @@ /**

/// <reference types="node" />
import * as Mod from 'module';
declare type Module = {

@@ -8,3 +7,3 @@ loaded?: boolean;

_compile?(contents: string, file: string): any;
} & Mod;
} & NodeJS.Module;
declare const Module: Module;

@@ -11,0 +10,0 @@ declare type DepResolveConfig = {

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