Socket
Socket
Sign inDemoInstall

eslint-plugin-roblox-ts

Package Overview
Dependencies
105
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

47

package.json
{
"name": "eslint-plugin-roblox-ts",
"version": "0.0.2",
"main": "out/index.js",
"devDependencies": {
"eslint": "^6.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "tsc & node out"
},
"dependencies": {
"@types/node": "^12.7.2",
"@typescript-eslint/experimental-utils": "^2.0.0",
"tsutils": "^3.17.1",
"typescript": "^3.5.3"
},
"files": [
"out"
]
"name": "eslint-plugin-roblox-ts",
"version": "0.0.3",
"main": "out/index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "tsc & node out"
},
"dependencies": {
"@types/node": "^12.7.2",
"@typescript-eslint/experimental-utils": "^2.0.0",
"tsutils": "^3.17.1",
"typescript": "^3.5.3"
},
"files": [
"out"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc