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

gqty

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 2.3.0-alpha-3907d96.0 to 2.3.0-alpha-401983b.0

5

package.json
{
"name": "gqty",
"version": "2.3.0-alpha-3907d96.0",
"version": "2.3.0-alpha-401983b.0",
"description": "gqty client without queries",

@@ -15,3 +15,3 @@ "sideEffects": false,

"dependencies": {
"@gqty/utils": "^1.0.0-alpha-3907d96.0",
"@gqty/utils": "^1.0.0-alpha-401983b.0",
"lodash": "^4.17.21"

@@ -31,3 +31,2 @@ },

"module": "index.mjs",
"types": "index.d.ts",
"exports": {

@@ -34,0 +33,0 @@ ".": {

4

Selection/SelectionManager.js

@@ -40,3 +40,3 @@ 'use strict';

function isSelectionsBackup(selectionsBackup) {
return Array.isArray(selectionsBackup) && Array.isArray(selectionsBackup[0]) && Array.isArray(selectionsBackup[1]) && Array.isArray(selectionsBackup[2]) && selectionsBackup[3] === selectionsBackupVersion;
return Array.isArray(selectionsBackup) && Array.isArray(selectionsBackup[0]) && selectionsBackup[1] === selectionsBackupVersion;
}

@@ -62,3 +62,3 @@ let uniqueSelectionId = 0;

restoredBackup = backup2;
for (const [stringKey, hashIdValue] of backup2[1]) {
for (const [stringKey, hashIdValue] of backup2[0]) {
stringsHash[stringKey] = hashIdValue;

@@ -65,0 +65,0 @@ }

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