Socket
Socket
Sign inDemoInstall

@auraxy/services

Package Overview
Dependencies
7
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

25

index.d.ts

@@ -1,2 +0,1 @@

import { Storage } from '@livelybone/storage'
import {

@@ -159,25 +158,2 @@ AxiosInstance,

declare class StorageItem<Value = string> {
static StorageOptions: {
useCookie?: boolean
exceededCallback?: (
error: Error,
[key, value]: [string, any],
instance: Storage,
) => void
}
private readonly key
private readonly storage
constructor(key: string, isCookie?: boolean)
set(val: Value): void
get(): Value | null
del(): any
}
export {

@@ -191,3 +167,2 @@ Http,

QueryData,
StorageItem,
SubscribeCallback,

@@ -194,0 +169,0 @@ Thenable,

4

package.json
{
"name": "@auraxy/services",
"version": "1.0.5",
"version": "1.0.6",
"description": "services",

@@ -99,3 +99,3 @@ "main": "./lib/es/index.js",

"@livelybone/singleton": "^1.1.1",
"@livelybone/storage": "^1.6.1",
"@livelybone/storage": "^1.7.0",
"axios": "^0.19.0",

@@ -102,0 +102,0 @@ "paho-mqtt": "^1.1.0"

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