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.13.3 to 0.13.4

dist/shared/taze.5af468b7.mjs

27

dist/index.d.ts

@@ -1,3 +0,1 @@

import { Packument } from 'pacote';
type SortKey = 'time' | 'diff' | 'name';

@@ -28,2 +26,25 @@ type SortOrder = 'asc' | 'desc';

type DiffType = 'major' | 'minor' | 'patch' | 'error' | null;
interface Packument {
name: string;
/**
* An object where each key is a version, and each value is the manifest for
* that version.
*/
versions: Record<string, Omit<Packument, 'versions'>>;
/**
* An object mapping dist-tags to version numbers. This is how `foo@latest`
* gets turned into `foo@1.2.3`.
*/
'dist-tags': {
latest: string;
} & Record<string, string>;
/**
* In the full packument, an object mapping version numbers to publication
* times, for the `opts.before` functionality.
*/
time: Record<string, string> & {
created: string;
modified: string;
};
}
interface PackageData {

@@ -157,2 +178,2 @@ tags: Record<string, string>;

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 };
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 Packument, type RangeMode, type RawDep, type ResolvedDepChange, type UsageOptions, defineConfig, dumpDependencies, loadPackage, loadPackages, parseDependencies, resolveDependencies, resolveDependency, resolvePackage, writePackage };

33

package.json
{
"name": "taze",
"type": "module",
"version": "0.13.3",
"packageManager": "pnpm@8.15.1",
"version": "0.13.4",
"packageManager": "pnpm@8.15.7",
"description": "A modern cli tool that keeps your deps fresh",

@@ -28,3 +28,3 @@ "license": "MIT",

"@antfu/ni": "^0.21.12",
"@npmcli/config": "^8.1.0",
"@npmcli/config": "^8.2.2",
"cli-progress": "^3.12.0",

@@ -34,30 +34,33 @@ "deepmerge": "^4.3.1",

"execa": "^8.0.1",
"pacote": "^17.0.6",
"npm-package-arg": "^11.0.2",
"npm-registry-fetch": "^16.2.1",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"semver": "^7.6.0",
"unconfig": "^0.3.11",
"ufo": "^1.5.3",
"unconfig": "^0.3.13",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/eslint-config": "^2.13.3",
"@antfu/utils": "^0.7.7",
"@types/cli-progress": "^3.11.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.11.16",
"@types/pacote": "^11.1.8",
"@types/node": "^20.12.7",
"@types/npm-package-arg": "^6.1.4",
"@types/npm-registry-fetch": "^8.0.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.32",
"bumpp": "^9.3.0",
"bumpp": "^9.4.0",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"eslint": "^9.0.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.2.2",
"taze": "0.13.3"
"vitest": "^1.5.0",
"taze": "0.13.4"
},

@@ -64,0 +67,0 @@ "scripts": {

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