@cloudbase/app
Advanced tools
+2
-1
@@ -14,3 +14,4 @@ { | ||
| "@typescript-eslint/explicit-member-accessibility": 0, | ||
| "@typescript-eslint/consistent-type-assertions": 0 | ||
| "@typescript-eslint/consistent-type-assertions": 0, | ||
| "@typescript-eslint/no-loss-of-precision": 0 | ||
| }, | ||
@@ -17,0 +18,0 @@ "parserOptions": { |
@@ -105,3 +105,3 @@ "use strict"; | ||
| headers: { | ||
| 'X-SDK-Version': common_1.getSdkVersion(), | ||
| 'X-SDK-Version': "@cloudbase/js-sdk/" + common_1.getSdkVersion(), | ||
| 'x-seqid': seqId | ||
@@ -108,0 +108,0 @@ } |
@@ -102,3 +102,3 @@ var __assign = (this && this.__assign) || function () { | ||
| headers: { | ||
| 'X-SDK-Version': getSdkVersion(), | ||
| 'X-SDK-Version': "@cloudbase/js-sdk/" + getSdkVersion(), | ||
| 'x-seqid': seqId | ||
@@ -105,0 +105,0 @@ } |
+5
-6
| { | ||
| "name": "@cloudbase/app", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "cloudbase javascript sdk core", | ||
@@ -9,5 +9,4 @@ "main": "dist/cjs/index.js", | ||
| "tsc": "rm -rf dist/ && tsc -p tsconfig.esm.json && tsc -p tsconfig.json", | ||
| "lint": "eslint \"./src/**/*.ts\"", | ||
| "lint:fix": "eslint --fix \"./src/**/*.ts\"", | ||
| "build": "npm run lint:fix&&npm run tsc", | ||
| "lint": "eslint --fix \"./src/**/*.ts\"", | ||
| "build": "npm run lint&&npm run tsc", | ||
| "prepublish": "npm run tsc" | ||
@@ -31,3 +30,3 @@ }, | ||
| "@cloudbase/types": "^1.0.0", | ||
| "@cloudbase/utilities": "^1.0.1", | ||
| "@cloudbase/utilities": "^1.0.2", | ||
| "cloudbase-adapter-wx_mp": "^0.1.1" | ||
@@ -54,3 +53,3 @@ }, | ||
| }, | ||
| "gitHead": "9e5a8e510117de60e9deca7b39dad841b54eb3d0" | ||
| "gitHead": "fa2d4d47d41a98c7e7965c90eec199b1a7e3bc05" | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
86611
0.06%Updated