Socket
Socket
Sign inDemoInstall

upper-case

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upper-case - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

14

dist.es2015/index.js

@@ -8,4 +8,4 @@ /**

map: {
i: "\u0130"
}
i: "\u0130",
},
},

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

map: {
i: "\u0130"
}
i: "\u0130",
},
},

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

i̇́: "\u00CD",
i̇̃: "\u0128"
}
}
i̇̃: "\u0128",
},
},
};

@@ -32,0 +32,0 @@ /**

@@ -7,3 +7,3 @@ import { upperCase, localeUpperCase } from ".";

["Test String", "TEST STRING"],
["\u0131", "I"]
["\u0131", "I"],
];

@@ -10,0 +10,0 @@ var LOCALE_TEST_CASES = [["i", "\u0130", "tr"]];

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

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

map: {
i: "\u0130"
}
i: "\u0130",
},
},

@@ -17,4 +18,4 @@ az: {

map: {
i: "\u0130"
}
i: "\u0130",
},
},

@@ -29,5 +30,5 @@ lt: {

i̇́: "\u00CD",
i̇̃: "\u0128"
}
}
i̇̃: "\u0128",
},
},
};

@@ -34,0 +35,0 @@ /**

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

["Test String", "TEST STRING"],
["\u0131", "I"]
["\u0131", "I"],
];

@@ -12,0 +12,0 @@ var LOCALE_TEST_CASES = [["i", "\u0130", "tr"]];

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

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

"tslint-config-standard": "^9.0.0",
"typescript": "^3.7.2"
"typescript": "^4.1.2"
},
"dependencies": {
"tslib": "^1.10.0"
},
"gitHead": "07b68e1a696a1a34090d4f1fc136b1bd467aaa3f"
"tslib": "^2.0.3"
}
}

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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc