Socket
Socket
Sign inDemoInstall

snyk-gradle-plugin

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-gradle-plugin - npm Package Compare versions

Comparing version 3.25.1 to 3.25.2

6

dist/search.js

@@ -42,5 +42,9 @@ "use strict";

}
return `${groupId || 'unknown'}:${artifactId || 'unknown'}@${version || 'unknown'}`;
const groupIdString = groupId || 'unknown';
const artifactIdString = artifactId ||
`${depCoords.artifactId ? `${depCoords.artifactId}-` : ''}${sha1}`;
const versionString = version || 'unknown';
return `${groupIdString}:${artifactIdString}@${versionString}`;
}
exports.getMavenPackageInfo = getMavenPackageInfo;
//# sourceMappingURL=search.js.map

2

package.json

@@ -57,3 +57,3 @@ {

},
"version": "3.25.1"
"version": "3.25.2"
}

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