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

@athenna/core

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athenna/core - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "@athenna/core",
"version": "1.2.3",
"version": "1.2.4",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -137,3 +137,7 @@ "use strict";

if (env.includes('process.env.NODE_ENV')) {
env = env.split('process.env.NODE_ENV')[1].replace(/\|\|/g, '').trim();
env = env
.split('process.env.NODE_ENV')[1]
.replace(/'|"/g, '')
.replace(/\|/g, '')
.trim();
}

@@ -140,0 +144,0 @@ process.env.NODE_ENV = 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