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

@auto/utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto/utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

23

build/types.d.ts

@@ -17,14 +17,15 @@ import { TJsonMap } from 'typeon';

};
export declare type TBumpStackItem = {
path: string;
version: string | null;
type: TBumpType | null;
deps: {
[name: string]: string;
} | null;
devDeps: {
[name: string]: string;
} | null;
};
export declare type TBumpStack = {
[name: string]: {
path: string;
version: string | null;
type: TBumpType | null;
deps: {
[name: string]: string;
} | null;
devDeps: {
[name: string]: string;
} | null;
};
[name: string]: TBumpStackItem;
};

@@ -31,0 +32,0 @@ export declare type TChangelog = {

{
"name": "@auto/utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

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

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