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 2.1.1 to 2.1.2

2

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

@@ -5,0 +5,0 @@ "main": "dist/env.cjs.js",

@@ -42,11 +42,5 @@ # Env utility

```js
import { Env } from "https://deno.land/x/env/env.js";
import { Env } from "https://cdn.skypack.dev/@humanwhocodes/env?dts";
```
Or
```js
import { Env } from "https://cdn.skypack.dev/@humanwhocodes/env";
```
By default, an `Env` instance will read from `Deno.env`.

@@ -59,3 +53,3 @@

```js
import { Env } from "https://unpkg.com/@humanwhocodes/env/dist/env.min.js";
import { Env } from "https://cdn.skypack.dev/@humanwhocodes/env?min";
```

@@ -66,5 +60,6 @@

```js
import { Env } from "https://unpkg.com/@humanwhocodes/env/dist/env.js";
import { Env } from "https://cdn.skypack.dev/@humanwhocodes/env";
```
By default, an `Env` instance will read from an empty object.

@@ -71,0 +66,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