emscripten-wasm-loader
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,10 @@ | ||
## [2.2.3](https://github.com/kwonoj/emscripten-wasm-loader/compare/v2.2.2...v2.2.3) (2019-01-31) | ||
### Features | ||
* **asmmodule:** export malloc ([45388c6](https://github.com/kwonoj/emscripten-wasm-loader/commit/45388c6)) | ||
<a name="2.2.2"></a> | ||
@@ -2,0 +11,0 @@ ## [2.2.2](https://github.com/kwonoj/emscripten-wasm-loader/compare/v2.2.1...v2.2.2) (2018-10-23) |
@@ -39,2 +39,3 @@ declare type stringToUTF8Signature = (str: string, outPtr: number, maxBytesToWrite: number) => void; | ||
_free: (ptr: number) => void; | ||
_malloc: (size: number) => number; | ||
} | ||
@@ -41,0 +42,0 @@ /** |
{ | ||
"name": "emscripten-wasm-loader", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Common interface to load wasm module into isomorphic environment", | ||
@@ -45,29 +45,29 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.2.1", | ||
"@commitlint/config-angular": "^7.1.2", | ||
"@types/chai": "^4.1.6", | ||
"@types/jest": "^23.3.7", | ||
"@types/lodash": "^4.14.117", | ||
"@types/node": "^10.12.0", | ||
"@commitlint/cli": "^7.4.0", | ||
"@commitlint/config-angular": "^7.3.1", | ||
"@types/chai": "^4.1.7", | ||
"@types/jest": "^23.3.13", | ||
"@types/lodash": "^4.14.120", | ||
"@types/node": "^10.12.20", | ||
"chai": "^4.2.0", | ||
"commitizen": "^3.0.4", | ||
"commitizen": "^3.0.5", | ||
"conventional-changelog": "^2.0.3", | ||
"conventional-changelog-cli": "^2.0.5", | ||
"husky": "^1.1.2", | ||
"conventional-changelog-cli": "^2.0.11", | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0", | ||
"jest-spin-reporter": "^1.0.2", | ||
"lint-staged": "^7.3.0", | ||
"lint-staged": "^8.1.1", | ||
"lodash": "^4.17.11", | ||
"npm-run-all": "^4.1.3", | ||
"prettier": "^1.14.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.16.2", | ||
"shx": "^0.3.2", | ||
"ts-jest": "^23.10.4", | ||
"ts-jest": "^23.10.5", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint": "^5.12.1", | ||
"tslint-no-unused-expression-chai": "0.1.4", | ||
"typescript": "^3.1.3" | ||
"typescript": "^3.2.4" | ||
}, | ||
"dependencies": { | ||
"getroot": "^1.0.0", | ||
"nanoid": "^1.3.1", | ||
"nanoid": "^1.3.4", | ||
"tslib": "^1.9.3", | ||
@@ -74,0 +74,0 @@ "unixify": "^1.0.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71494
912
Updatednanoid@^1.3.4