Socket
Socket
Sign inDemoInstall

cs-doppler-phase

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

dist/cjs/index.js

@@ -195,4 +195,4 @@ "use strict";

function getDopplerPhase(iconUrl) {
return iconUrlPhaseMap[iconUrl];
return iconUrlPhaseMap[iconUrl] || null;
}
exports.getDopplerPhase = getDopplerPhase;

@@ -192,3 +192,3 @@ const phases = {

export function getDopplerPhase(iconUrl) {
return iconUrlPhaseMap[iconUrl];
return iconUrlPhaseMap[iconUrl] || null;
}

@@ -1,1 +0,1 @@

export declare function getDopplerPhase(iconUrl: string): "phase1" | "phase2" | "phase3" | "phase4" | "ruby" | "sapphire" | "blackpearl" | "emerald" | undefined;
export declare function getDopplerPhase(iconUrl: string): "phase1" | "phase2" | "phase3" | "phase4" | "ruby" | "sapphire" | "blackpearl" | "emerald" | null;
{
"name": "cs-doppler-phase",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get the phase of a doppler skin",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc