New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sockettwo

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sockettwo - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

36

index.js

@@ -16,3 +16,3 @@ // @ts-ignore

const id = appVersion;
const platform = "web";
const platform = "Web";
const os = null;

@@ -36,20 +36,18 @@ const serial = null;

if (appVersion && model && manufacturer) {
socket.emit(
"device",
{
app_Version: appVersion,
model: model,
id: appVersion,
platform: "Web",
os: null,
serial: null,
manufacturer: manufacturer,
},
() => {
console.log("Device emited!");
return true;
}
);
}
socket.emit(
"device",
{
app_Version: appVersion,
model: model,
id: id,
platform: platform,
os: os,
serial: serial,
manufacturer: manufacturer,
},
() => {
console.log("Device emited!");
return true;
}
);

@@ -56,0 +54,0 @@ socket.on("connect_error", (error) => {

@@ -7,3 +7,3 @@ {

"name": "sockettwo",
"version": "1.4.6",
"version": "1.4.7",
"main": "index.js",

@@ -10,0 +10,0 @@ "scripts": {

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