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

emscripten-library-decorator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emscripten-library-decorator - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

dist/index.d.ts

11

package.json
{
"name": "emscripten-library-decorator",
"version": "0.1.6",
"version": "0.1.7",
"description": "Decorators for writing Emscripten libraries",
"main": "index.js",
"typings": "index.d.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"tslint": "tslint",
"docts": "docts",
"prepublish": "tsc",
"lint": "tslint -c src/tslint.json src/*.ts",
"prepublish": "npm run lint && tsc -p src",
"test": "node index.js"

@@ -25,4 +27,5 @@ },

"docts": "~0.0.4",
"tslint": "^3.14.0",
"typescript": "^1.8.10"
}
}
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