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

@travetto/base

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/base - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

bin/cli-build.ts
import { color } from '@travetto/cli/src/color';
import { BasePlugin, OptionConfig } from '@travetto/cli/src/plugin-base';
import { CliCommand, OptionConfig } from '@travetto/cli/src/command';

@@ -15,3 +15,3 @@ import { BuildUtil } from './lib';

*/
export class BaseBuildPlugin extends BasePlugin<Options> {
export class BaseBuildCommand extends CliCommand<Options> {

@@ -18,0 +18,0 @@ name = 'build';

import * as fs from 'fs/promises';
import { color } from '@travetto/cli/src/color';
import { BasePlugin, OptionConfig } from '@travetto/cli/src/plugin-base';
import { CliCommand, OptionConfig } from '@travetto/cli/src/command';
import { FileCache, PathUtil } from '@travetto/boot';

@@ -16,3 +16,3 @@

*/
export class BaseCleanPlugin extends BasePlugin<Options> {
export class BaseCleanCommand extends CliCommand<Options> {

@@ -19,0 +19,0 @@ name = 'clean';

{
"name": "@travetto/base",
"displayName": "Base",
"version": "2.2.2",
"version": "2.2.3",
"description": "Application phase management, environment config and common utilities for travetto applications.",

@@ -34,3 +34,3 @@ "keywords": [

"optionalPeerDependencies": {
"@travetto/cli": "^2.2.2"
"@travetto/cli": "^2.2.3"
},

@@ -37,0 +37,0 @@ "docDependencies": {

@@ -193,3 +193,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly -->

## General Utilities
Simple functions for providing a minimal facsimile to [lodash](https://lodash.com), but without all the weight. Currently [Util](https://github.com/travetto/travetto/tree/main/module/base/src/util.ts#L32) includes:
Simple functions for providing a minimal facsimile to [lodash](https://lodash.com), but without all the weight. Currently [Util](https://github.com/travetto/travetto/tree/main/module/base/src/util.ts#L34) includes:

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