New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@getverdict/envify

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getverdict/envify - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@getverdict/envify",
"version": "1.1.0",
"version": "1.1.1",
"description": "Environment variables for your Shopify Extensions",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,1 @@

````markdown
# Envify

@@ -6,5 +5,11 @@

## Why?
Because Shopify Extensions do not support environment variables currently. This leads to developers hardcoding secrets like API hosts or public keys within their apps. This practice is very disruptive for teams and as well risky because it's easy to accidentally publish development variables by accident.
With envify, you can inject these variables from your environment into a simple JavaScript/TypeScript modules and import them into your Shopify Checkout, Customer Account or POS extensions.
## Features
- Automatically locates subdirectories within the `extensions` directory.
- Automatically locates React extesions within the `extensions` directory.
- Generates environment variable files (`src/vars.tsx` or `src/vars.jsx`) in each valid extension subdirectory.

@@ -186,2 +191,5 @@ - Supports TypeScript (`.tsx`) and JavaScript (`.jsx`) output.

Contributions are welcome! Please submit issues or pull requests.
````
```
```

Sorry, the diff of this file is not supported yet

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