Socket
Socket
Sign inDemoInstall

lower-case

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

14

dist.es2015/index.js

@@ -10,4 +10,4 @@ /**

I: "\u0131",
İ: "\u0069"
}
İ: "\u0069",
},
},

@@ -19,4 +19,4 @@ az: {

I: "\u0131",
İ: "\u0069"
}
İ: "\u0069",
},
},

@@ -31,5 +31,5 @@ lt: {

Í: "\u0069\u0307\u0301",
Ĩ: "\u0069\u0307\u0303"
}
}
Ĩ: "\u0069\u0307\u0303",
},
},
};

@@ -36,0 +36,0 @@ /**

@@ -7,6 +7,6 @@ import { lowerCase, localeLowerCase } from ".";

["test string", "test string"],
["TEST STRING", "test string"]
["TEST STRING", "test string"],
];
var LOCALE_TEST_CASES = [
["STRING", "strıng", "tr"]
["STRING", "strıng", "tr"],
];

@@ -13,0 +13,0 @@ describe("lower case", function () {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.lowerCase = exports.localeLowerCase = void 0;
/**

@@ -12,4 +13,4 @@ * Source: ftp://ftp.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt

I: "\u0131",
İ: "\u0069"
}
İ: "\u0069",
},
},

@@ -21,4 +22,4 @@ az: {

I: "\u0131",
İ: "\u0069"
}
İ: "\u0069",
},
},

@@ -33,5 +34,5 @@ lt: {

Í: "\u0069\u0307\u0301",
Ĩ: "\u0069\u0307\u0303"
}
}
Ĩ: "\u0069\u0307\u0303",
},
},
};

@@ -38,0 +39,0 @@ /**

@@ -9,6 +9,6 @@ "use strict";

["test string", "test string"],
["TEST STRING", "test string"]
["TEST STRING", "test string"],
];
var LOCALE_TEST_CASES = [
["STRING", "strıng", "tr"]
["STRING", "strıng", "tr"],
];

@@ -15,0 +15,0 @@ describe("lower case", function () {

{
"name": "lower-case",
"version": "2.0.1",
"version": "2.0.2",
"description": "Transforms the string to lower case",

@@ -81,8 +81,8 @@ "main": "dist/index.js",

"tslint-config-standard": "^9.0.0",
"typescript": "^3.7.2"
"typescript": "^4.1.2"
},
"dependencies": {
"tslib": "^1.10.0"
"tslib": "^2.0.3"
},
"gitHead": "07b68e1a696a1a34090d4f1fc136b1bd467aaa3f"
"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