Socket
Socket
Sign inDemoInstall

dot-case

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

2

dist.es2015/index.spec.js

@@ -11,3 +11,3 @@ import { dotCase } 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"],
];

@@ -14,0 +14,0 @@ describe("dot case", function () {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.dotCase = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var no_case_1 = require("no-case");

@@ -13,3 +13,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"],
];

@@ -16,0 +16,0 @@ describe("dot case", function () {

{
"name": "dot-case",
"version": "3.0.3",
"version": "3.0.4",
"description": "Transform into a lower case string with a period between words",

@@ -73,4 +73,4 @@ "main": "dist/index.js",

"dependencies": {
"no-case": "^3.0.3",
"tslib": "^1.10.0"
"no-case": "^3.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc