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

taze

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taze - npm Package Compare versions

Comparing version 0.12.3 to 0.13.0

dist/shared/taze.7ea3fd6e.mjs

21

dist/index.d.ts

@@ -9,3 +9,3 @@ import { Packument } from 'pacote';

type PackageMode = Omit<RangeMode, 'default'> | 'ignore';
type DepType = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'optionalDependencies' | 'packageManager';
type DepType = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'optionalDependencies' | 'packageManager' | 'pnpm.overrides' | 'resolutions' | 'overrides';
declare const DependenciesTypeShortMap: {

@@ -17,2 +17,5 @@ dependencies: string;

packageManager: string;
'pnpm.overrides': string;
resolutions: string;
overrides: string;
};

@@ -51,8 +54,17 @@ interface RawDep {

exclude?: string | string[];
prod?: boolean;
dev?: boolean;
loglevel?: LogLevel;
failOnOutdated?: boolean;
silent?: boolean;
/**
* Fields in package.json to be checked
* By default all fields will be checked
*/
depFields?: DepFieldOptions;
/**
* Bypass cache
*/
force?: boolean;
/**
* Override bumping mode for specific dependencies
*/
packageMode?: {

@@ -66,2 +78,3 @@ [name: string]: PackageMode;

}
type DepFieldOptions = Partial<Record<DepType, boolean>>;
interface CheckOptions extends CommonOptions {

@@ -146,2 +159,2 @@ mode?: RangeMode;

export { type CheckOptions, CheckPackages, type CommonOptions, type DepType, DependenciesTypeShortMap, type DependencyFilter, type DependencyResolvedCallback, type DiffType, type InteractiveContext, type LogLevel, type PackageData, type PackageMeta, type PackageMode, type RangeMode, type RawDep, type ResolvedDepChange, type UsageOptions, defineConfig, dumpDependencies, loadPackage, loadPackages, parseDependencies, resolveDependencies, resolveDependency, resolvePackage, writePackage };
export { type CheckOptions, CheckPackages, type CommonOptions, type DepFieldOptions, type DepType, DependenciesTypeShortMap, type DependencyFilter, type DependencyResolvedCallback, type DiffType, type InteractiveContext, type LogLevel, type PackageData, type PackageMeta, type PackageMode, type RangeMode, type RawDep, type ResolvedDepChange, type UsageOptions, defineConfig, dumpDependencies, loadPackage, loadPackages, parseDependencies, resolveDependencies, resolveDependency, resolvePackage, writePackage };

8

package.json
{
"name": "taze",
"type": "module",
"version": "0.12.3",
"version": "0.13.0",
"packageManager": "pnpm@8.11.0",

@@ -27,3 +27,3 @@ "description": "A modern cli tool that keeps your deps fresh",

"dependencies": {
"@antfu/ni": "^0.21.10",
"@antfu/ni": "^0.21.12",
"@npmcli/config": "^8.0.2",

@@ -61,3 +61,3 @@ "cli-progress": "^3.12.0",

"vitest": "^0.34.6",
"taze": "0.12.3"
"taze": "0.13.0"
},

@@ -69,3 +69,3 @@ "scripts": {

"build": "unbuild",
"typecheck": "tsc --noEmit",
"typecheck": "tsc",
"release": "bumpp && pnpm publish --no-git-checks",

@@ -72,0 +72,0 @@ "test": "vitest"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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