babel-plugin-transform-inline-environment-variables
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,3 +9,3 @@ "use strict"; | ||
visitor: { | ||
MemberExpression: function MemberExpression(path) { | ||
MemberExpression(path) { | ||
if (path.get("object").matchesPattern("process.env")) { | ||
@@ -12,0 +12,0 @@ var key = path.toComputedKey(); |
{ | ||
"name": "babel-plugin-transform-inline-environment-variables", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Inline environment variables.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/babel/babili#readme", |
@@ -23,3 +23,3 @@ # babel-plugin-transform-inline-environment-variables | ||
```sh | ||
$ npm install babel-plugin-transform-inline-environment-variables | ||
npm install babel-plugin-transform-inline-environment-variables | ||
``` | ||
@@ -42,3 +42,3 @@ | ||
```sh | ||
$ babel --plugins transform-inline-environment-variables script.js | ||
babel --plugins transform-inline-environment-variables script.js | ||
``` | ||
@@ -45,0 +45,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1680