configdn-js
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -57,3 +57,3 @@ import { __awaiter, __generator } from "tslib"; | ||
headers: { | ||
"User-Agent": "ConfigDN-JS/" + version, | ||
"ConfigDN-Client-Version": "ConfigDN-JS/" + version, | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
@@ -60,0 +60,0 @@ "Authorization": _this.settings.getAuthKey(), |
@@ -1,1 +0,1 @@ | ||
export default "0.3.0"; | ||
export default "0.3.1"; |
@@ -60,3 +60,3 @@ "use strict"; | ||
headers: { | ||
"User-Agent": "ConfigDN-JS/" + Version_1.default, | ||
"ConfigDN-Client-Version": "ConfigDN-JS/" + Version_1.default, | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
@@ -63,0 +63,0 @@ "Authorization": _this.settings.getAuthKey(), |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "0.3.0"; | ||
exports.default = "0.3.1"; |
{ | ||
"name": "configdn-js", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "ConfigDN lets you change configuration settings without deploying new code.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
92333
0