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
144
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.11.0-build-cleanup-interfaces-24b1d94951be32e941f5a285cb711db4634dd1a2-1 to 0.11.0-build-cleanup-interfaces-823c8d753bbd27a568c4e685908d0756b7398822-1

2

build/partials.js

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

const safeContent = new hb.SafeString(partialContent.slice(0, partialContent.length - 1));
const builtContent = await Promise.resolve(hb.compile(safeContent.toString())(options.data.root));
const builtContent = await hb.compile(safeContent.toString())(options.data.root);
return new hb.SafeString(builtContent);

@@ -117,0 +117,0 @@ }

{
"name": "@balena/contrato",
"version": "0.11.0-build-cleanup-interfaces-24b1d94951be32e941f5a285cb711db4634dd1a2-1",
"version": "0.11.0-build-cleanup-interfaces-823c8d753bbd27a568c4e685908d0756b7398822-1",
"description": "The official contract implementation",

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

"versionist": {
"publishedAt": "2024-12-27T21:46:51.931Z"
"publishedAt": "2025-01-10T16:53:37.132Z"
}
}

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