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

moleculer-service

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

moleculer-service - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.eslintrc.json

50

package.json
{
"name": "moleculer-service",
"version": "0.0.0",
"main": "index.js"
}
"name": "moleculer-service",
"version": "0.1.0",
"main": "dist/index.js",
"author": {
"name": "Nifty Development, LLC",
"email": "support@aniftyco.com",
"url": "https://aniftyco.com"
},
"contributors": [
{
"name": "Josh Manders",
"url": "https://twitter.com/joshmanders"
}
],
"scripts": {
"build": "tsc --build",
"prepublishOnly": "rimraf dist/ && tsc --build",
"test": "jest --coverage"
},
"dependencies": {
"lodash.camelcase": "^4.3.0",
"lodash.isstring": "^4.0.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.isstring": "^4.0.6",
"@types/node": "^12.12.29",
"@typescript-eslint/parser": "^2.23.0",
"eslint": "^6.8.0",
"eslint-config-nifty": "^3.0.0-rc.8",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"moleculer-cli": "^0.7.0",
"moleculer-repl": "^0.6.3",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"peerDependencies": {
"moleculer": "^0.14.4"
}
}
index.js
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