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

std-env

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

std-env - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

CHANGELOG.md

23

package.json
{
"name": "std-env",
"version": "2.3.0",
"version": "2.3.1",
"description": "Detect running environment of the current Node.js process",
"repository": "unjs/std-env",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"repository": "nuxt-contrib/std-env",
"contributors": [
"Pooya Parsa <pooya@pi0.ir>"
],
"dependencies": {
"ci-info": "^3.0.0"
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"release": "standard-version && git push --follow-tags && npm publish"
},

@@ -18,3 +15,9 @@ "files": [

"index.d.ts"
]
],
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"standard-version": "^9.3.1"
}
}

@@ -10,3 +10,3 @@ # std-env

Using yarn:
Using Yarn:

@@ -17,3 +17,3 @@ ```

Usin npm:
Using npm:

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