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

buildstamp

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildstamp - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

2

package.json
{
"name": "buildstamp",
"version": "3.2.0",
"version": "3.3.0",
"description": "Buildstamp JS/TS API",

@@ -5,0 +5,0 @@ "publishConfig": {

import { IBuildstamp, IBuildstampOptions, IBuildstampOptionsNormalized, IGitInfo } from './interface';
export declare const normalizeOpts: ({ cwd, output, ci, git, date, extra }?: IBuildstampOptions) => IBuildstampOptionsNormalized;
export declare const buildstamp: (opts?: IBuildstampOptions) => Promise<IBuildstamp>;
export declare const getGitInfo: (cwd: string) => Promise<IGitInfo>;
export declare const getCommitBranch: (cwd: string, env: Record<string, string | undefined>) => Promise<string>;
export declare const getGitInfo: (cwd: string, env: Record<string, string | undefined>) => Promise<IGitInfo>;
export declare const getCIInfo: (env: Record<string, string | undefined>) => {

@@ -6,0 +7,0 @@ ci_run_id: string | undefined;

@@ -15,2 +15,3 @@ export interface IBuildstampOptionsNormalized {

export interface IGitInfo {
git_commit_branch: string;
git_commit_id: string;

@@ -17,0 +18,0 @@ git_repo_url: string;

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

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

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