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 7.0.2 to 8.0.0

4

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

@@ -34,3 +34,3 @@ "main": "env.js",

},
"gitHead": "75e876bac72c5e7ceef4eba4dac44d783c6c3fe6"
"gitHead": "0a691751c3babd4cdeda5f21b5e9838e55766c3f"
}

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

|| Math.random())
export const __is__prod =
export const __is__production =
derived(__NODE_ENV,

@@ -17,3 +17,3 @@ NODE_ENV =>

derived(__NODE_ENV, NODE_ENV => NODE_ENV === 'staging')
export const __is__dev =
export const __is__development =
derived(__NODE_ENV,

@@ -20,0 +20,0 @@ NODE_ENV =>

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