🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yqg/stage

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yqg/stage - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
dist/index.d.ts

@@ -6,3 +6,3 @@ declare const _default: (CURRENT_STAGE: string) => {

isDevEnv: () => boolean;
isBrazil: boolean;
isBrazil: () => boolean;
checkStageAvailable(exp: string): boolean;

@@ -9,0 +9,0 @@ getCurrentStage: () => string;

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

isDevEnv: function () { return !/test|feat|prod/.test(CURRENT_STAGE); },
isBrazil: /brazil/.test(CURRENT_STAGE),
isBrazil: function () { return /brazil/.test(CURRENT_STAGE); },
checkStageAvailable: function (exp) {

@@ -16,0 +16,0 @@ if (!exp || this.isDevEnv())

{
"name": "@yqg/stage",
"version": "0.0.2",
"version": "0.0.3",
"description": "Stage Util",

@@ -5,0 +5,0 @@ "author": "YQG <developer@yangqianguan.com>",