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

@auto/log

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto/log - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

build/index.d.ts

@@ -7,4 +7,4 @@ export { getRepoLog } from './get-repo-log';

export { sendWorkspacesSlackMessage } from './send-workspaces-slack-message';
export { makeRepoGithubReleases } from './make-repo-github-release';
export { makeRepoGithubRelease } from './make-repo-github-release';
export { makeWorkspacesGithubReleases } from './make-workspaces-github-releases';
export * from './types';

@@ -7,4 +7,4 @@ export { getRepoLog } from "./get-repo-log";

export { sendWorkspacesSlackMessage } from "./send-workspaces-slack-message";
export { makeRepoGithubReleases } from "./make-repo-github-release";
export { makeRepoGithubRelease } from "./make-repo-github-release";
export { makeWorkspacesGithubReleases } from "./make-workspaces-github-releases";
export * from "./types";
import { TOptions, TRepoLog } from '@auto/utils';
import { TGithubOptions } from './types';
export declare const makeRepoGithubReleases: (log: TRepoLog, githubOptions: TGithubOptions, autoOptions: TOptions) => Promise<void>;
export declare const makeRepoGithubRelease: (log: TRepoLog, githubOptions: TGithubOptions, autoOptions: TOptions) => Promise<void>;
import request from 'request-promise-native';
import { GITHUB_API_REPOS_URL } from "./utils";
export const makeRepoGithubReleases = async (log, githubOptions, autoOptions) => {
export const makeRepoGithubRelease = async (log, githubOptions, autoOptions) => {
if (typeof githubOptions.token !== 'string') {

@@ -5,0 +5,0 @@ throw new Error('GitHub token is required');

{
"name": "@auto/log",
"version": "0.0.9",
"version": "0.0.10",
"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