@zlepper/rpc
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@zlepper/rpc", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Allows RPC from the main thread to a background worker thread (Of any kind), using ES6 classes.", | ||
"main": "build/src/index.js", | ||
"scripts": { | ||
"test": "npm run test:nodejs && npm run test:browser", | ||
"test:nodejs": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/nodejs/*.spec.ts'", | ||
"test:browser": "npm run build:browser-tests && npm run test:browser:chrome && npm run test:browser:firefox", | ||
"test:browser:chrome": "cypress run --browser chrome", | ||
"test:browser:firefox": "cypress run --browser firefox", | ||
"watch": "tsc --watch", | ||
"test": "yarn run build-tests && mocha 'tests/build/tests/*.spec.js'", | ||
"build": "tsc", | ||
"build:browser-tests": "webpack -c tests/browser/webpack.config.ts", | ||
"node-js-sample": "node build/sample/nodejs/main.js", | ||
"cypress": "cypress open", | ||
"prepare": "npm run build && npm run test" | ||
"build-tests": "tsc -p tests" | ||
}, | ||
@@ -23,19 +14,17 @@ "keywords": [ | ||
], | ||
"author": "Zlepper", | ||
"license": "MIT", | ||
"types": "build/src/index.d.ts", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.37", | ||
"chai": "^4.3.4", | ||
"cypress": "^6.8.0", | ||
"@zlepper/testing": "0.0.1", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.2.1", | ||
"ts-loader": "^8.1.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3", | ||
"webpack": "^5.28.0", | ||
"webpack-cli": "^4.6.0" | ||
} | ||
} | ||
"typescript": "^4.2.3" | ||
}, | ||
"author": "Zlepper", | ||
"license": "MIT", | ||
"types": "esm/index.d.ts", | ||
"main": "esm/index.js", | ||
"type": "module", | ||
"files": [ | ||
"esm/**/*.*", | ||
"package.json" | ||
] | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4
Yes
17929
22
289
1
0
1