Socket
Socket
Sign inDemoInstall

@scarf/scarf

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@scarf/scarf",
"version": "0.0.2",
"version": "0.0.3",
"description": "Understand who is using your libraries and how they are used. Scarf is like Google Analytics for your packages",

@@ -5,0 +5,0 @@ "main": "report.js",

@@ -58,3 +58,3 @@ const path = require('path')

// the actual mac address
function getMacShaSum() {
function getMachineIdentifier() {
if (!hash) {

@@ -81,3 +81,3 @@ return null

rawArch: os.arch(),
mac: getMacShaSum(),
machineIdentifier: getMachineIdentifier(),
dependencyInfo: json,

@@ -84,0 +84,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