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

@ctx-core/env

Package Overview
Dependencies
Maintainers
1
Versions
970
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/env - npm Package Compare versions

Comparing version 8.0.14 to 8.1.0

8

package.json
{
"name": "@ctx-core/env",
"version": "8.0.14",
"version": "8.1.0",
"description": "ctx-core env",

@@ -28,5 +28,5 @@ "main": "env.js",

"dependencies": {
"@ctx-core/error": "^5.1.22",
"@ctx-core/error": "^5.1.23",
"@ctx-core/logger": "^3.0.87",
"@ctx-core/object": "^6.1.9",
"@ctx-core/object": "^6.1.10",
"@ctx-core/package": "^3.0.27",

@@ -36,3 +36,3 @@ "dotenv": "^8.1.0",

},
"gitHead": "f1b04e485ef32b04e3a60547cecd7594c91401c2"
"gitHead": "588c2774d75714841ccb736d478a11704805b355"
}

@@ -7,3 +7,6 @@ import { writable, derived } from 'svelte/store'

writable(
(typeof process === 'object' && process.env.HEROKU_SLUG_COMMIT)
(typeof process === 'object' && (
process.env.VERSION
|| process.env.HEROKU_SLUG_COMMIT
))
|| Math.random())

@@ -10,0 +13,0 @@ export const __is__production =

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