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

@auto/bump

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto/bump - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

build/bump-range.d.ts

@@ -1,2 +0,2 @@

import { TBumpType, TOptions } from '@auto/utils/src/';
import { TBumpType, TOptions } from '@auto/utils';
export declare const bumpRange: (range: string, version: string, type: TBumpType, options: TOptions) => string;

@@ -1,2 +0,2 @@

import { TBumpType, TOptions } from '@auto/utils/src/';
import { TBumpType, TOptions } from '@auto/utils';
export declare const bumpVersion: (version: string, type: TBumpType, options: TOptions) => string;

@@ -1,2 +0,2 @@

import { TRepoGitBump, TOptions, TPackageJson, TRepoPackageBump } from '@auto/utils/src/';
import { TRepoGitBump, TOptions, TPackageJson, TRepoPackageBump } from '@auto/utils';
export declare const getRepoPackageBump: (packageJson: TPackageJson, bump: TRepoGitBump, options: TOptions) => TRepoPackageBump;

@@ -1,2 +0,2 @@

import { TWorkspacesGitBump, TWorkspacesPackageBump, TPackages, TOptions } from '@auto/utils/src/';
import { TWorkspacesGitBump, TWorkspacesPackageBump, TPackages, TOptions } from '@auto/utils';
export declare const getWorkspacesPackagesBumps: (packages: TPackages, bumps: TWorkspacesGitBump[], options: TOptions) => TWorkspacesPackageBump[];
{
"name": "@auto/bump",
"version": "0.0.14",
"version": "0.0.15",
"description": "",

@@ -26,4 +26,4 @@ "keywords": "",

"dependencies": {
"@auto/utils": "^0.0.9",
"@auto/workspaces": "^0.0.13",
"@auto/utils": "^0.0.10",
"@auto/workspaces": "^0.0.14",
"esm": "^3.0.82",

@@ -30,0 +30,0 @@ "semver": "^5.5.1"

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