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

@humanwhocodes/env

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanwhocodes/env - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/env.min.js

7

package.json
{
"name": "@humanwhocodes/env",
"version": "0.2.2",
"version": "0.2.3",
"description": "A utility to verify that environment variables exist.",

@@ -30,7 +30,8 @@ "main": "dist/env.cjs.js",

"chai": "^4.2.0",
"eslint": "^5.12.0",
"eslint": "^5.16.0",
"esm": "^3.2.25",
"mocha": "^5.2.0",
"rollup": "^1.20.2"
"rollup": "^1.20.3",
"rollup-plugin-babel-minify": "^9.0.0"
}
}

@@ -11,9 +11,2 @@ # Env utility

## Folder Structure
The most recent packages are found in these directories:
* `src` - the implementation source code
* `tests` - tests for the implementation source code
## Usage

@@ -57,3 +50,11 @@

It's recommended to import the minified version to save bandwidth:
```js
import { Env } from "https://unpkg.com/@humanwhocodes/env/dist/env.min.js";
```
However, you can also import the unminified version for debugging purposes:
```js
import { Env } from "https://unpkg.com/@humanwhocodes/env/dist/env.js";

@@ -60,0 +61,0 @@ ```

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