@cloudbase/realtime
Advanced tools
+10
-5
@@ -6,6 +6,10 @@ { | ||
| "rules": { | ||
| "indent": ["error", 2, { | ||
| "SwitchCase": 1, | ||
| "flatTernaryExpressions": true | ||
| }], | ||
| "indent": [ | ||
| "error", | ||
| 2, | ||
| { | ||
| "SwitchCase": 1, | ||
| "flatTernaryExpressions": true | ||
| } | ||
| ], | ||
| "guard-for-in": 0, | ||
@@ -17,3 +21,4 @@ "no-param-reassign": 0, | ||
| "@typescript-eslint/no-loss-of-precision": 0, | ||
| "@typescript-eslint/consistent-type-assertions": 0 | ||
| "@typescript-eslint/consistent-type-assertions": 0, | ||
| "@typescript-eslint/no-duplicate-imports": 0 | ||
| }, | ||
@@ -20,0 +25,0 @@ "parserOptions": { |
+3
-3
| { | ||
| "name": "@cloudbase/realtime", | ||
| "version": "1.1.3-alpha.0", | ||
| "version": "1.1.3-alpha.1", | ||
| "description": "cloudbase javascript sdk functions componets", | ||
@@ -30,3 +30,3 @@ "main": "dist/cjs/index.js", | ||
| "dependencies": { | ||
| "@cloudbase/types": "^1.1.2-alpha.0" | ||
| "@cloudbase/types": "^1.1.2-alpha.1" | ||
| }, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "def219fad53844dcceef1b54d4b680c7ddce9d3d" | ||
| "gitHead": "2b20c6b5b3394897e457d2c09a51194c04012369" | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
655881
0.02%