emscripten-library-decorator
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13793
3
6
143