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

@auto/workspaces

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto/workspaces - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

build/get-cross-dependents.d.ts

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

import { TPackages } from '@auto/utils/src/';
import { TPackages } from '@auto/utils';
import { TCrossDependents } from './types';
export declare const getCrossDependents: (packages: TPackages) => TCrossDependents;

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

import { TWorkspacesPackageBump } from '@auto/utils/src/';
import { TWorkspacesPackageBump } from '@auto/utils';
export declare const getDependentsCount: (packageBump: TWorkspacesPackageBump) => number;

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

import { TPackages } from '@auto/utils/src/';
import { TPackages } from '@auto/utils';
import { TDependent } from './types';
export declare const getDependentsOf: (packages: TPackages, name: string) => TDependent[];
{
"name": "@auto/workspaces",
"version": "0.0.15",
"version": "0.0.16",
"description": "",

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

"dependencies": {
"@auto/utils": "^0.0.11",
"@auto/utils": "^0.0.12",
"esm": "^3.0.82"
}
}
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