🎩 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.1
to
0.0.2
+1
-1
dist/index.d.ts

@@ -10,2 +10,2 @@ declare const _default: (CURRENT_STAGE: string) => {

};
export default _default;
export = _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LEVEL = {

@@ -9,3 +8,3 @@ dev: 10,

};
exports.default = (function (CURRENT_STAGE) { return ({
module.exports = function (CURRENT_STAGE) { return ({
isTestEnv: function () { return /test/.test(CURRENT_STAGE); },

@@ -37,2 +36,2 @@ isFeatEnv: function () { return /feat/.test(CURRENT_STAGE); },

getCurrentStage: function () { return CURRENT_STAGE; }
}); });
}); };
{
"name": "@yqg/stage",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stage Util",

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