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.1 to 0.0.2

CHANGELOG.md

24

package.json
{
"name": "@tact-lang/opcode",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",

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

"gen": "ts-node ./scripts/gen-codepage.ts",
"build": "tsc",
"build": "tsc --declaration",
"test": "jest",
"clean": "rm -fr dist",
"release": "yarn clean && yarn build && yarn test && yarn publish --access=public"
"release": "yarn clean && yarn build && yarn test && release-it --npm.yarn1"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^3.1.0",
"release-it": "^15.5.1",
"@types/jest": "^29.5.0",

@@ -32,3 +34,17 @@ "@types/js-yaml": "^4.0.5",

"ton-crypto": "^3.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"github": {
"release": true
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
}
}
}
}
}
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