Socket
Book a DemoInstallSign in
Socket

@_all_docs/frame

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@_all_docs/frame

All operations related to _all_docs data 'frames'

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@_all_docs/frame

All operations related to _all_docs data "frames":

  • Set operations (add, remove, intersect, etc)
  • Run operations (i.e. map-reduce execution, reading results, etc.)
import { Frame } from '@_all_docs/frame';
import { readFileSync } from 'node:fs';

const npmHighImpact = JSON.parse(
  readFileSync('./npm-high-impact.json', 'utf8')
);

const f = new Frame(npmHighImpact, {
  concurrency: 100,
  size: 50,
  start: 0,
  dryRun: false,
  origins: {
    packument: 'https://registry.npmjs.com',
    alldocs: 'https://replicate.npmjs.com'
  }
})

n.b. intentionally not calling these "dataframes" to avoid confusion with operations available on a pandas "dataframe"

FAQs

Package last updated on 05 Aug 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