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

@stackworx/react

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackworx/react - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

6

dist/ConfigService.js

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

{
return (0, _getMeta.default)('app:stage') || 'production';
if (NODE_ENV === 'development') {
return 'development';
} else {
return (0, _getMeta.default)('app:stage') || 'production';
}
}

@@ -68,0 +72,0 @@ }]);

2

package.json
{
"version": "0.0.23",
"version": "0.0.24",
"name": "@stackworx/react",

@@ -4,0 +4,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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