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.10.0 to 0.11.0

lib/cfg-to-bytes.d.ts

75

package.json
{
"name": "avm1-emitter",
"version": "0.10.0",
"version": "0.11.0",
"description": "AVM1 files emitter",
"main": "index",
"types": "index.d.ts",
"license": "MIT",
"keywords": [
"swf",
"parser"
"ast",
"avm1",
"emitter"
],
"license": "MIT",
"homepage": "https://github.com/open-flash/avm1-types",
"repository": {
"type": "git",
"url": "https://github.com/open-flash/avm1-emitter.git"
"url": "git@github.com:open-flash/avm1-emitter.git"
},
"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.js",
"files": [
"./lib/"
],
"exports": {
".": "./lib/index.js",
"./lib/": "./lib/"
},
"scripts": {
"build": "tsc --build src/lib/tsconfig.json",
"pretest": "tsc --build src/test/tsconfig.json",
"test": "mocha \"test/**/*.spec.js\"",
"posttest": "yarn run lint",
"lint": "eslint \"./src/**/*.ts\"",
"format": "eslint --fix \"./src/**/*.ts\"",
"prestart": "tsc --build src/main/tsconfig.json",
"start": "node ./main/main.js"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@open-flash/stream": "^0.3.0",
"avm1-types": "^0.10.0",
"incident": "^3.2.0",
"avm1-types": "^0.11.0",
"incident": "^3.2.1",
"semantic-types": "^0.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/gulp": "^4.0.6",
"@types/minimist": "^1.2.0",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"avm1-asm": "^0.10.0",
"avm1-parser": "^0.10.0",
"avm1-parser": "^0.11.0",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"kryo": "^0.8.1",
"minimist": "^1.2.0",
"swf-parser": "^0.11.0",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"turbo-gulp": "^0.22.1",
"typescript": "^3.8.2"
"eslint": "^7.8.1",
"eslint-plugin-simple-import-sort": "^5.0.3",
"furi": "^2.0.0",
"kryo-json": "^0.11.0",
"mocha": "^8.1.3",
"rimraf": "^3.0.2",
"swf-parser": "^0.12.0",
"typescript": "^4.0.2"
},

@@ -46,5 +69,3 @@ "c88": {

]
},
"gitHead": "7053c1fe84fbbd4ba2185d7f72f52f580ab7e3e2",
"private": false
}
}
}
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