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

@zlepper/rpc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zlepper/rpc - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

esm/client/worker-client-connection.d.ts

43

package.json
{
"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"
]
}
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