🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@cloudbase/app

Package Overview
Dependencies
Maintainers
10
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/app - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-1
.eslintrc

@@ -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 @@ }

{
"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"
}