msg-switch
Advanced tools
| { | ||
| "extends": [ | ||
| "config:base" | ||
| ] | ||
| } |
+1
-1
@@ -9,5 +9,5 @@ module.exports = { | ||
| extends: [ | ||
| process.env.NODE_ENV === 'production' ? | ||
| process.env.NODE_ENV === 'production' || process.env.CI === 'true' ? | ||
| '@plntr/eslint-config/vue' : '@plntr/eslint-config/vue-dev', | ||
| ], | ||
| }; |
+20
-20
| { | ||
| "name": "msg-switch", | ||
| "version": "0.6.2", | ||
| "version": "0.6.3", | ||
| "license": "MIT", | ||
@@ -19,23 +19,23 @@ "homepage": "https://github.com/PlanitarInc/msg-switch", | ||
| "devDependencies": { | ||
| "@plntr/eslint-config": "^1.0.0", | ||
| "@vue/cli-plugin-babel": "^3.4.0", | ||
| "@vue/cli-plugin-eslint": "^3.4.0", | ||
| "@vue/cli-plugin-unit-jest": "^3.4.0", | ||
| "@vue/cli-service": "^3.4.0", | ||
| "@vue/test-utils": "^1.0.0-beta.29", | ||
| "@plntr/eslint-config": "1.0.1", | ||
| "@vue/cli-plugin-babel": "3.4.0", | ||
| "@vue/cli-plugin-eslint": "3.4.0", | ||
| "@vue/cli-plugin-unit-jest": "3.4.0", | ||
| "@vue/cli-service": "3.4.0", | ||
| "@vue/test-utils": "1.0.0-beta.29", | ||
| "babel-core": "7.0.0-bridge.0", | ||
| "babel-eslint": "^10.0.1", | ||
| "babel-jest": "^23.6.0", | ||
| "babel-plugin-syntax-jsx": "^6.18.0", | ||
| "babel-plugin-transform-vue-jsx": "^3.7.0", | ||
| "eslint": "^5.13.0", | ||
| "eslint-config-airbnb": "^17.1.0", | ||
| "eslint-config-airbnb-es5": "^1.2.0", | ||
| "eslint-plugin-import": "^2.16.0", | ||
| "eslint-plugin-jsx-a11y": "^6.2.1", | ||
| "eslint-plugin-react": "^7.12.4", | ||
| "eslint-plugin-vue": "^5.0.0", | ||
| "vue": "^2.6.4", | ||
| "vue-template-compiler": "^2.6.4" | ||
| "babel-eslint": "10.0.1", | ||
| "babel-jest": "23.6.0", | ||
| "babel-plugin-syntax-jsx": "6.18.0", | ||
| "babel-plugin-transform-vue-jsx": "3.7.0", | ||
| "eslint": "5.13.0", | ||
| "eslint-config-airbnb": "17.1.0", | ||
| "eslint-config-airbnb-es5": "1.2.0", | ||
| "eslint-plugin-import": "2.16.0", | ||
| "eslint-plugin-jsx-a11y": "6.2.1", | ||
| "eslint-plugin-react": "7.12.4", | ||
| "eslint-plugin-vue": "5.1.0", | ||
| "vue": "2.6.4", | ||
| "vue-template-compiler": "2.6.4" | ||
| } | ||
| } |
@@ -12,3 +12,2 @@ import Vue from 'vue'; | ||
| describe('context', () => { | ||
| describe('CtxStdMessages', () => { | ||
@@ -234,4 +233,3 @@ let wrapper = null; | ||
| }); | ||
| }); | ||
| }); |
@@ -12,3 +12,2 @@ import Vue from 'vue'; | ||
| describe('simple', () => { | ||
| describe('SimpleStdMessages', () => { | ||
@@ -194,4 +193,3 @@ let wrapper = null; | ||
| }); | ||
| }); | ||
| }); |
@@ -12,3 +12,2 @@ import Vue from 'vue'; | ||
| describe('context', () => { | ||
| describe('CtxStdMessages', () => { | ||
@@ -234,4 +233,3 @@ let wrapper = null; | ||
| }); | ||
| }); | ||
| }); |
@@ -12,3 +12,2 @@ import Vue from 'vue'; | ||
| describe('context', () => { | ||
| describe('ParentScopeStdMessages', () => { | ||
@@ -234,4 +233,3 @@ let wrapper = null; | ||
| }); | ||
| }); | ||
| }); |
@@ -12,3 +12,2 @@ import Vue from 'vue'; | ||
| describe('simple', () => { | ||
| describe('SimpleStdMessages', () => { | ||
@@ -194,4 +193,3 @@ let wrapper = null; | ||
| }); | ||
| }); | ||
| }); |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
192410
0.02%74
1.37%1649
0.3%5
25%