Socket
Socket
Sign inDemoInstall

eslint-plugin-roblox-ts

Package Overview
Dependencies
115
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.26 to 0.0.27

out/rules/noPrivateIdentifier.js

2

out/index.js

@@ -72,2 +72,4 @@ "use strict";

"no-value-typeof": "error",
"no-private-identifier": "error",
"no-spread-destructuring": "error",
module: "error",

@@ -74,0 +76,0 @@ "misleading-luatuple-checks": "warn",

@@ -30,1 +30,3 @@ "use strict";

__exportStar(require("./noValueTypeOf"), exports);
__exportStar(require("./noPrivateIdentifier"), exports);
__exportStar(require("./noSpreadDestructuring"), exports);

2

package.json
{
"name": "eslint-plugin-roblox-ts",
"version": "0.0.26",
"version": "0.0.27",
"main": "out/index.js",

@@ -5,0 +5,0 @@ "devDependencies": {

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