Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@snyk/snyk-docker-pull

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/snyk-docker-pull - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

1

dist/errors.d.ts
export declare class InvalidManifestSchemaVersionError extends Error {
code: number;
constructor(version: number);
}

@@ -7,2 +7,3 @@ "use strict";

super(`Invalid manifest schema version ${version}`);
this.code = 422;
}

@@ -9,0 +10,0 @@ }

2

package.json

@@ -47,3 +47,3 @@ {

},
"version": "3.5.0"
"version": "3.6.0"
}
export class InvalidManifestSchemaVersionError extends Error {
public code: number;
constructor(version: number) {
super(`Invalid manifest schema version ${version}`);
this.code = 422;
}
}

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