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

@tact-lang/opcode

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tact-lang/opcode - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

5

CHANGELOG.md

@@ -8,2 +8,7 @@ # Changelog

## [0.0.13] - 2023-04-08
## Fixed
- Fix `PUSHREFCONT` opcode handling
## [0.0.12] - 2023-03-28

@@ -10,0 +15,0 @@

3

dist/decompiler/decompileAll.js

@@ -165,3 +165,4 @@ "use strict";

|| opcode.code === 'IFREFELSEREF'
|| opcode.code === 'IFELSEREF') {
|| opcode.code === 'IFELSEREF'
|| opcode.code === 'PUSHREFCONT') {
let c = opcode.args[0];

@@ -168,0 +169,0 @@ let opstr = '<{';

{
"name": "@tact-lang/opcode",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/tact-lang/ton-opcode.git",

@@ -187,3 +187,4 @@ import { Cell, Dictionary, DictionaryValue } from "ton-core";

|| opcode.code === 'IFREFELSEREF'
|| opcode.code === 'IFELSEREF') {
|| opcode.code === 'IFELSEREF'
|| opcode.code === 'PUSHREFCONT') {
let c = opcode.args[0];

@@ -190,0 +191,0 @@ let opstr = '<{';

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