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

avm1-emitter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avm1-emitter - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

lib/cfg-to-bytes.d.mts

70

package.json
{
"name": "avm1-emitter",
"version": "0.13.0",
"version": "0.14.0",
"description": "AVM1 files emitter",

@@ -22,22 +22,10 @@ "licenses": [

},
"type": "module",
"exports": {
".": "./lib/index.js",
"./*": "./lib/*.js"
},
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"scripts": {
"clean": "rimraf \"./@(lib|test)\"",
"lint": "eslint \"./src/**/*.ts\"",
"format": "eslint --fix \"./src/**/*.ts\"",
"clean": "rimraf \"./@(lib|main|test)\"",
"lint": "eslint \"./src/**/*.mts\"",
"format": "eslint --fix \"./src/**/*.mts\"",
"build": "tsc --build src/lib/tsconfig.json",
"prepack": "yarn run build",
"test:build": "tsc --build src/test/tsconfig.json",
"test": "yarn run test:build && mocha \"test/**/*.spec.js\""
"test": "yarn run test:build && c8 mocha \"test/**/*.spec.mjs\""
},

@@ -47,5 +35,6 @@ "engines": {

},
"packageManager": "yarn@4.0.0-rc.10",
"dependencies": {
"@open-flash/stream": "^0.5.0",
"avm1-types": "^0.13.0",
"avm1-types": "^0.14.0",
"incident": "^3.2.1",

@@ -55,23 +44,38 @@ "semantic-types": "^0.1.1"

"devDependencies": {
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.1",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"avm1-asm": "^0.12.0",
"avm1-parser": "^0.13.0",
"chai": "^4.3.4",
"eslint": "^7.31.0",
"avm1-parser": "^0.14.0",
"c8": "^7.11.3",
"chai": "^4.3.6",
"eslint": "^8.18.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"furi": "^2.0.0",
"kryo-json": "^0.13.0",
"mocha": "^9.0.2",
"kryo-json": "^0.14.0",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"swf-parser": "^0.13.0",
"typescript": "^4.3.5"
"swf-parser": "^0.14.1",
"typescript": "^4.7.4"
},
"type": "module",
"exports": {
".": "./lib/index.mjs",
"./*": "./lib/*.mjs"
},
"files": [
"./lib/**/*.(js|map|ts)",
"./src/lib/**/*.ts"
]
"./lib/**/*.(mjs|map|mts)",
"./src/lib/**/*.mts"
],
"c8": {
"reportDir": "./coverage",
"reporter": [
"lcov"
],
"include": [
"lib/**/*"
]
}
}
# AVM1 Emitter
[![GitHub repository](https://img.shields.io/badge/GitHub-open--flash%2Favm1--emitter-informational.svg)](https://github.com/open-flash/avm1-emitter)
<a href="https://www.npmjs.com/package/avm1-emitter"><img src="https://img.shields.io/npm/v/avm1-emitter" alt="npm package"/></a>
<a href="https://github.com/open-flash/avm1-emitter/actions/workflows/check-ts.yml"><img src="https://img.shields.io/github/workflow/status/open-flash/avm1-emitter/check-ts/main" alt="TypeScript checks status"/></a>
Converts AVM1 control flow graphs to bytes.
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