@wasmer/wasi
Advanced tools
Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "@wasmer/wasi", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser. 📚", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/index.iife.js", | ||
"typings": "dist/wasi/lib/index.d.ts", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.esm.js", | ||
"browser": "lib/index.iife.js", | ||
"typings": "lib/wasi/src/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"package.json", | ||
"../../LICENSE", | ||
"README.md" | ||
"lib" | ||
], | ||
"scripts": { | ||
"precompile": "cd test/rs && make all", | ||
"build": "npm run build:prod", | ||
"build": "npx run-s build:clean build:ts build:prod", | ||
"build:clean": "rm -rf lib", | ||
"build:ts": "tsc -b", | ||
"build:prod": "npx rollup -c --environment PROD", | ||
"build:dev": "npx rollup -c --environment DEV", | ||
"dev": "npx watch \"npm run build:dev\" lib", | ||
"dev": "npx watch \"npm run build:dev\" src", | ||
"test": "npx jest --config jest.config.js", | ||
"test:watch": "npx jest --config jest.config.js --watch", | ||
"docs": "npx typedoc lib/ --out docs --target es6 --theme minimal --mode file" | ||
"docs": "npx typedoc src/ --out docs --target es6 --theme minimal --mode file" | ||
}, | ||
@@ -42,3 +41,3 @@ "repository": { | ||
], | ||
"author": "Aaron Turner", | ||
"author": "Wasmer Engineering Team <engineering@wasmer.io>", | ||
"license": "MIT", | ||
@@ -55,3 +54,10 @@ "bugs": { | ||
}, | ||
"gitHead": "cecb1e8caef644344a3544b6c93de40ee25a703f" | ||
"devDependencies": { | ||
"npm-run-all": "^4.1.5", | ||
"ts-node": "^8.4.1", | ||
"tslint": "^5.20.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
"gitHead": "53a31001f187edf4a5940fc0d1a022ae0a2ea37e" | ||
} |
@@ -39,4 +39,4 @@ # `@wasmer/wasi` | ||
```js | ||
import WASI from "@wasmer/wasi"; | ||
import WasmFs from "@wasmer/wasmfs"; | ||
import { WASI } from "@wasmer/wasi"; | ||
import { WasmFs } from "@wasmer/wasmfs"; | ||
@@ -43,0 +43,0 @@ // Instantiate a new WASI Instance |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
268423
37
2945
5
2
1