Socket
Socket
Sign inDemoInstall

ios-device-lib

Package Overview
Dependencies
2
Maintainers
14
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.9.2

4

ios-device-lib.js

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

const uuid = require('node-uuid');
const { v4: uuidv4 } = require('uuid');
const EventEmitter = require("events");

@@ -110,3 +110,3 @@

let deviceLostHandler = null;
const id = uuid.v4();
const id = uuidv4();
const removeListeners = () => {

@@ -113,0 +113,0 @@ if (eventHandler) {

{
"name": "ios-device-lib",
"version": "0.9.1",
"version": "0.9.2",
"description": "",

@@ -30,3 +30,3 @@ "types": "./typings/ios-device-lib.d.ts",

"bufferpack": "0.0.6",
"node-uuid": "1.4.7"
"uuid": "8.3.2"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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