New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@carbon/colors

Package Overview
Dependencies
Maintainers
12
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/colors - npm Package Compare versions

Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4

4

package.json
{
"name": "@carbon/colors",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"main": "src/index.js",

@@ -18,3 +18,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@carbon/cli-reporter": "0.0.1-alpha.3",
"@carbon/cli-reporter": "0.0.1-alpha.4",
"fs-extra": "^7.0.0",

@@ -21,0 +21,0 @@ "node-sass": "^4.9.4",

@@ -104,5 +104,9 @@ 'use strict';

if (character === character.toUpperCase()) {
parts.push(currentPart);
currentPart = character.toLowerCase();
prevCharacter = character.toLowerCase();
if (prevCharacter !== prevCharacter.toUpperCase()) {
parts.push(currentPart);
currentPart = character.toLowerCase();
} else {
currentPart += character.toLowerCase();
}
prevCharacter = character;
continue;

@@ -109,0 +113,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc