@coscine/api-connection
Advanced tools
Comparing version 1.20.0 to 1.21.0
@@ -385,2 +385,11 @@ var axios = require('axios'); | ||
}; | ||
OrganizationApi.isRWTHMember = function (thenHandler, catchHandler) { | ||
if (thenHandler === void 0) { thenHandler = apiConnectionBasic.defaultThenHandler; } | ||
if (catchHandler === void 0) { catchHandler = apiConnectionBasic.defaultOnCatch; } | ||
apiConnectionBasic.setHeader(); | ||
return axios$8 | ||
.get(getOrganizationApiUrl() + '-/isRWTHMember') | ||
.then(thenHandler) | ||
.catch(catchHandler); | ||
}; | ||
return OrganizationApi; | ||
@@ -387,0 +396,0 @@ }()); |
@@ -391,2 +391,11 @@ (function (global, factory) { | ||
}; | ||
OrganizationApi.isRWTHMember = function (thenHandler, catchHandler) { | ||
if (thenHandler === void 0) { thenHandler = apiConnectionBasic.defaultThenHandler; } | ||
if (catchHandler === void 0) { catchHandler = apiConnectionBasic.defaultOnCatch; } | ||
apiConnectionBasic.setHeader(); | ||
return axios$8 | ||
.get(getOrganizationApiUrl() + '-/isRWTHMember') | ||
.then(thenHandler) | ||
.catch(catchHandler); | ||
}; | ||
return OrganizationApi; | ||
@@ -393,0 +402,0 @@ }()); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VisibilityApi = exports.UserApi = exports.TreeApi = exports.TOSApi = exports.TitleApi = exports.SubProjectApi = exports.SearchApi = exports.RoleApi = exports.ResourceTypeApi = exports.ResourceApi = exports.ProjectRoleApi = exports.ProjectApi = exports.OrganizationApi = exports.NoticeApi = exports.MetadataApi = exports.LicenseApi = exports.LanguageApi = exports.DisciplineApi = exports.BlobApi = exports.ActivatedFeaturesApi = void 0; | ||
var activatedFeatures_api_1 = require("./requests/activatedFeatures-api"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "ActivatedFeaturesApi", { enumerable: true, get: function () { return activatedFeatures_api_1.ActivatedFeaturesApi; } }); |
@@ -57,2 +57,11 @@ "use strict"; | ||
}; | ||
OrganizationApi.isRWTHMember = function (thenHandler, catchHandler) { | ||
if (thenHandler === void 0) { thenHandler = api_connection_basic_1.default.defaultThenHandler; } | ||
if (catchHandler === void 0) { catchHandler = api_connection_basic_1.default.defaultOnCatch; } | ||
api_connection_basic_1.default.setHeader(); | ||
return axios | ||
.get(getOrganizationApiUrl() + '-/isRWTHMember') | ||
.then(thenHandler) | ||
.catch(catchHandler); | ||
}; | ||
return OrganizationApi; | ||
@@ -59,0 +68,0 @@ }()); |
@@ -7,2 +7,3 @@ export declare class OrganizationApi { | ||
static getROR(searchterm: string, thenHandler?: any, catchHandler?: any): any; | ||
static isRWTHMember(thenHandler?: any, catchHandler?: any): any; | ||
} |
{ | ||
"name": "@coscine/api-connection", | ||
"version": "1.20.0", | ||
"version": "1.21.0", | ||
"description": "This library provides methods to connect to CoScInE Apis with JavaScript.", | ||
@@ -87,12 +87,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.1", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@hutson/semantic-delivery-gitlab": "^9.1.0", | ||
"@semantic-release/commit-analyzer": "^8.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/gitlab": "^6.0.4", | ||
"@semantic-release/npm": "^7.0.5", | ||
"@semantic-release/gitlab": "^6.0.5", | ||
"@semantic-release/npm": "^7.0.6", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"@types/jest": "^26.0.9", | ||
"@types/node": "^14.0.27", | ||
"@types/jest": "^26.0.14", | ||
"@types/node": "^14.11.7", | ||
"colors": "^1.4.0", | ||
@@ -103,30 +103,30 @@ "commitizen": "^4.2.1", | ||
"cross-env": "^7.0.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.6.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"husky": "^4.2.5", | ||
"jest": "^26.4.0", | ||
"jest-config": "^26.4.0", | ||
"lint-staged": "^10.2.11", | ||
"eslint-plugin-vue": "^7.0.1", | ||
"husky": "^4.3.0", | ||
"jest": "^26.5.2", | ||
"jest-config": "^26.5.2", | ||
"lint-staged": "^10.4.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.1.2", | ||
"prompt": "^1.0.0", | ||
"replace-in-file": "^6.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.23.1", | ||
"rollup": "^2.29.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-sourcemaps": "^0.6.2", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"semantic-release": "^17.1.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"semantic-release": "^17.1.2", | ||
"shelljs": "^0.8.4", | ||
"ts-jest": "^26.2.0", | ||
"ts-node": "^8.10.2", | ||
"ts-jest": "^26.4.1", | ||
"ts-node": "^9.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-config-standard": "^9.0.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -140,5 +140,5 @@ "publishConfig": { | ||
"@types/file-saver": "^2.0.1", | ||
"axios": "^0.19.2", | ||
"axios": "^0.20.0", | ||
"file-saver": "^2.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
375956
2949
+ Addedaxios@0.20.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@^0.20.0