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

as-chain

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-chain - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

5

assembly/mi.ts

@@ -82,4 +82,5 @@ import { IDXDB, SecondaryValue, SecondaryIterator } from "./idxdb";

let ret = this.idxdbs[i].findPrimaryEx(primary);
check(ret.i.isOk(), "secondary value not found!");
this.idxdbs[i].remove(ret.i);
if (ret.i.isOk()) {
this.idxdbs[i].remove(ret.i);
}
}

@@ -86,0 +87,0 @@ }

2

package.json
{
"name": "as-chain",
"version": "0.0.7",
"version": "0.0.8",
"description": "chain module for assemblyscript",

@@ -5,0 +5,0 @@ "main": "js/index.js",

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