header-case
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -9,3 +9,3 @@ import { headerCase } from "."; | ||
["version 1.2.10", "Version-1-2-10"], | ||
["version 1.21.0", "Version-1-21-0"] | ||
["version 1.21.0", "Version-1-21-0"], | ||
]; | ||
@@ -12,0 +12,0 @@ describe("header case", function () { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.headerCase = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var capital_case_1 = require("capital-case"); |
@@ -11,3 +11,3 @@ "use strict"; | ||
["version 1.2.10", "Version-1-2-10"], | ||
["version 1.21.0", "Version-1-21-0"] | ||
["version 1.21.0", "Version-1-21-0"], | ||
]; | ||
@@ -14,0 +14,0 @@ describe("header case", function () { |
{ | ||
"name": "header-case", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Transform into a dash separated string of capitalized words", | ||
@@ -73,4 +73,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"capital-case": "^1.0.3", | ||
"tslib": "^1.10.0" | ||
"capital-case": "^1.0.4", | ||
"tslib": "^2.0.3" | ||
}, | ||
@@ -87,5 +87,5 @@ "devDependencies": { | ||
"tslint-config-standard": "^9.0.0", | ||
"typescript": "^3.7.2" | ||
"typescript": "^4.1.2" | ||
}, | ||
"gitHead": "1c1377a692d328ae01221b2a1532bade38e1eaa3" | ||
"gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0" | ||
} |
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
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
10288
68
- Removedtslib@1.14.1(transitive)
Updatedcapital-case@^1.0.4
Updatedtslib@^2.0.3