Socket
Socket
Sign inDemoInstall

@spinque/query-api

Package Overview
Dependencies
0
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.6 to 0.15.7

2

dist/authentication/Authenticator.js

@@ -87,2 +87,3 @@ "use strict";

try {
require.resolve('fs');
var fs = require('fs');

@@ -130,2 +131,3 @@ var json = JSON.stringify({ accessToken: accessToken, expires: expires });

try {
require.resolve('fs');
var data = require('fs').readFileSync(path, { encoding: 'utf8' });

@@ -132,0 +134,0 @@ var _a = JSON.parse(data), accessToken = _a.accessToken, expires = _a.expires;

2

package.json
{
"name": "@spinque/query-api",
"version": "0.15.6",
"version": "0.15.7",
"description": "",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc