Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-env

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-env - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json

@@ -12,3 +12,3 @@ {

"devDependencies": {},
"keywords": ["env", ".env", "environment", "plugin"],
"keywords": ["vue", "vue.js", "env", ".env", "environment", "plugin"],
"main": "vue-env.js",

@@ -20,3 +20,3 @@ "name": "vue-env",

},
"version": "0.1.0"
"version": "0.1.1"
}

@@ -22,2 +22,3 @@ # vue-env

~~~
this.$env.get('SOME_ENV_VAR');
this.$env.get('SOME_ENV_VAR', 'default value');

@@ -24,0 +25,0 @@ ~~~

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

/*
https://github.com/websanova/vue-env
rob@websanova.com
Version 0.1.1
*/
function Env(params) {

@@ -2,0 +8,0 @@ if ( ! params) {

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