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

matchstick-as

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matchstick-as - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

6

assembly/assert.ts
import { Address, BigInt, Bytes, ethereum } from "@graphprotocol/graph-ts";
import { countEntities } from "./store";
// Host exports for assertion.

@@ -72,2 +72,6 @@ declare namespace _assert {

}
export function entityCount(entityType: string, expectedCount: i32): void {
i32Equals(expectedCount, countEntities(entityType));
}
}

2

assembly/index.ts
import { Address, ethereum } from "@graphprotocol/graph-ts";
import { log } from "./log";
export { clearStore, logStore } from "./store";
export { clearStore, logStore, countEntities } from "./store";
export { dataSourceMock } from "./data_source_mock";

@@ -6,0 +6,0 @@ export { newMockEvent, newMockCall } from "./defaults";

@@ -6,1 +6,3 @@ // Host export for clearing the store.

export declare function logStore(): void;
export declare function countEntities(entityType: string): i32;
{
"name": "matchstick-as",
"version": "0.3.0",
"version": "0.4.0",
"author": "LimeChain",

@@ -5,0 +5,0 @@ "license": "MIT",

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