Socket
Socket
Sign inDemoInstall

is-upper-case

Package Overview
Dependencies
1
Maintainers
1
Versions
10
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

2

dist.es2015/index.spec.js

@@ -8,3 +8,3 @@ import { isUpperCase } from ".";

["123", false],
["CONSTANT_CASE", true]
["CONSTANT_CASE", true],
];

@@ -11,0 +11,0 @@ describe("is upper case", function () {

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

@@ -4,0 +5,0 @@ * Returns a boolean indicating whether the string is upper case.

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

["123", false],
["CONSTANT_CASE", true]
["CONSTANT_CASE", true],
];

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

{
"name": "is-upper-case",
"version": "2.0.1",
"version": "2.0.2",
"description": "Returns `true` if the string is upper case only.",

@@ -80,8 +80,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

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