New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

js-l360

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-l360

This is a Life360 client implemented in Nodejs. Uses node-tls-client under the hood to avoid TLS fingerprinting.

latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Life360 Node.js Client

Static Badge

This is a Life360 client implemented in Nodejs. Uses node-tls-client under the hood to avoid TLS fingerprinting.

pnpm install js-l360
import JsL360 from 'js-l360'

const client = new JsL360({
    username: "your-awesome-username-here",
    password: "your-totally-secure-password",
    token: 'define-token-here-if-already-authenticated'
})

// Be sure to call this before using the client
await client.AuthenticateAsync();

// Get all circles the user is a member of
const circles = await item.GetCirclesAsync();
for (const circle in circles) {
    // do something with the data...
}

See also

  • PyL360

FAQs

Package last updated on 29 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts