Socket
Socket
Sign inDemoInstall

@newageerp/v3.app.app-data

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newageerp/v3.app.app-data - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

dist/app-data.js

@@ -40,3 +40,4 @@ "use strict";

(0, react_1.useEffect)(() => {
const token = query.get('token');
const sParams = new URLSearchParams(window.location.search);
const token = sParams.get('token');
if (!!token) {

@@ -43,0 +44,0 @@ window.localStorage.setItem("token", token);

{
"name": "@newageerp/v3.app.app-data",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",

@@ -8,3 +8,3 @@ "componentId": {

"name": "v3/app/app-data",
"version": "0.0.2"
"version": "0.0.3"
},

@@ -11,0 +11,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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