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

@symbolic/react-app

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbolic/react-app - npm Package Compare versions

Comparing version 1.3.29 to 1.3.30

2

package.json
{
"name": "@symbolic/react-app",
"version": "1.3.29",
"version": "1.3.30",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -16,3 +16,3 @@ import React from 'react'; //eslint-disable-line

var activeOrgId = Cookies.get('activeOrgId');
var activeOrgId = parseInt(Cookies.get('activeOrgId'));

@@ -19,0 +19,0 @@ if (this.token) this.props.logIn({token: this.token, activeOrgId});

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