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

@balena/contrato

Package Overview
Dependencies
Maintainers
0
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/contrato - npm Package Compare versions

Comparing version 0.13.0-build-capability-support-d2b2177197fbbd5575f76f7bb7da76eb59880172-1 to 0.13.0-build-capability-support-db6584163e9872b6d1f0ead3d137a90de222dfee-1

4

build/contract.js

@@ -434,3 +434,3 @@ "use strict";

});
if (disjuncts.length === 0 || (0, some_1.default)((0, map_1.default)(disjuncts, hasMatch))) {
if (disjuncts.length === 0 || (0, some_1.default)(disjuncts, hasMatch)) {
return true;

@@ -444,3 +444,3 @@ }

});
if (disjuncts.length > 0 && (0, some_1.default)((0, map_1.default)(disjuncts, hasMatch))) {
if (disjuncts.length > 0 && (0, some_1.default)(disjuncts, hasMatch)) {
return false;

@@ -447,0 +447,0 @@ }

{
"name": "@balena/contrato",
"version": "0.13.0-build-capability-support-d2b2177197fbbd5575f76f7bb7da76eb59880172-1",
"version": "0.13.0-build-capability-support-db6584163e9872b6d1f0ead3d137a90de222dfee-1",
"description": "The official contract implementation",

@@ -74,4 +74,4 @@ "homepage": "https://github.com/product-os/contrato",

"versionist": {
"publishedAt": "2025-01-15T15:33:46.020Z"
"publishedAt": "2025-01-15T15:39:22.155Z"
}
}

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