New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adminide-stack/common

Package Overview
Dependencies
Maintainers
10
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/common - npm Package Compare versions

Comparing version

to
1.1.3-alpha.161

lib/index.js.map

4

lib/index.d.ts

@@ -1,5 +0,1 @@

export * from './docker-api';
export * from './git-api';
export * from './mailing-api';
export * from './user-auth0';
export * from './account-api';

@@ -16,7 +16,4 @@ "use strict";

};
exports.__esModule = true;
__exportStar(require("./docker-api"), exports);
__exportStar(require("./git-api"), exports);
__exportStar(require("./mailing-api"), exports);
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./user-auth0"), exports);
__exportStar(require("./account-api"), exports);
//# sourceMappingURL=index.js.map
"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthErrorsMessage = exports.AuthErrors = void 0;

@@ -32,1 +32,2 @@ // TODO need to move them to user-auth-client.

};
//# sourceMappingURL=error-messages.js.map

@@ -16,3 +16,4 @@ "use strict";

};
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./error-messages"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@adminide-stack/common",
"version": "1.1.3-alpha.153",
"description": "AdminIDE core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "tsc",
"build:lib:watch": "npm run build:lib -- -w",
"jest": "./node_modules/.bin/jest",
"prepublish": "npm run build",
"test": "jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"watch": "npm run build:lib:watch"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"modulePaths": [
"node_modules"
],
"roots": [
"src"
],
"testEnvironment": "node",
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
"transform": {
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
}
},
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "323c18a0662ba8bc8c87feb267e5c0d0dc11e505"
"name": "@adminide-stack/common",
"version": "1.1.3-alpha.161",
"description": "AdminIDE core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "tsc",
"build:lib:watch": "npm run build:lib -- -w",
"jest": "./node_modules/.bin/jest",
"prepublish": "npm run build",
"test": "jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"watch": "npm run build:lib:watch"
},
"devDependencies": {
"@types/express-unless": "^2.0.1"
},
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "d427d960a3d0d6e97b25e7fa8958a117ce842fb4"
}