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

@chequer-public/harbor-sdk

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chequer-public/harbor-sdk - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

lib/clients/RepositoryClient.d.ts

@@ -12,6 +12,7 @@ import { type ProjectClient } from './ProjectClient';

artifactByDigest(digest: string): ArtifactClient;
artifactByReference(type: 'tag' | 'digest', reference: string): ArtifactClient;
/**
* @deprecated
*/
* @deprecated
*/
artifact(reference: string): ArtifactClient;
}

7

lib/clients/RepositoryClient.js

@@ -24,5 +24,8 @@ "use strict";

}
artifactByReference(type, reference) {
return new ArtifactClient_1.ArtifactClient(this, type, reference);
}
/**
* @deprecated
*/
* @deprecated
*/
artifact(reference) {

@@ -29,0 +32,0 @@ const DIGEST_REGEX = /^sha256:[0-9a-fA-F]+$/;

{
"name": "@chequer-public/harbor-sdk",
"version": "0.0.8",
"version": "0.0.9",
"description": "Harbor HTTP Client SDK",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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