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

@aztec/types

Package Overview
Dependencies
Maintainers
6
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aztec/types - npm Package Compare versions

Comparing version 0.72.1 to 0.73.0

2

dest/abi/contract_artifact.d.ts

@@ -16,3 +16,3 @@ /// <reference types="node" resolution-mode="require"/>

*/
export declare function contractArtifactFromBuffer(buffer: Buffer): ContractArtifact;
export declare function contractArtifactFromBuffer(buffer: Buffer): Promise<ContractArtifact>;
/**

@@ -19,0 +19,0 @@ * Gets nargo build output and returns a valid contract artifact instance.

{
"name": "@aztec/types",
"version": "0.72.1",
"version": "0.73.0",
"type": "module",

@@ -63,4 +63,4 @@ "main": "./dest/index.js",

"dependencies": {
"@aztec/ethereum": "0.72.1",
"@aztec/foundation": "0.72.1"
"@aztec/ethereum": "0.73.0",
"@aztec/foundation": "0.73.0"
},

@@ -67,0 +67,0 @@ "devDependencies": {

@@ -41,3 +41,3 @@ import {

*/
export function contractArtifactFromBuffer(buffer: Buffer): ContractArtifact {
export function contractArtifactFromBuffer(buffer: Buffer): Promise<ContractArtifact> {
return jsonParseWithSchema(buffer.toString('utf-8'), ContractArtifactSchema);

@@ -44,0 +44,0 @@ }

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