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

js-env-utility

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-env-utility - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "js-env-utility",
"version": "1.0.1",
"version": "1.0.2",
"description": "A comprehensive utility module to detect the execution environment (Node.js, Browser, Web Worker) and platform information.",

@@ -5,0 +5,0 @@ "main": "src/jsEnv.js",

@@ -52,14 +52,5 @@ # JS-Env Utility

getEnvironmentInfo
} from './src/jsEnv.js';
} from 'js-env-utility';
```
### Example Usage in Browser
```html
<script type="module">
import { getEnvironmentInfo } from './src/jsEnv.js';
console.log(getEnvironmentInfo());
</script>
```
## Functions

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