
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
@chisel/typescript
Advanced tools
This repository contains TypeScript typings and decorators used inside all scripts written on Chisel data integration framework.
npm install @chisel/typescript
For usage examples, see Chisel scripts examples.
// Exports of '@chisel/typescript'
import {
Scraper, // Namespace for all exports of '@chisel/typescript/scraper'
Processor, // Namespace for all exports of `@chisel/typescript/processor`
} from '@chisel/typescript';
// Exports of '@chisel/typescript/processor'
import {
DatabaseAPI, // Database API for processors (full)
DatabaseRef,
TreeRef,
PathRef,
DataRef,
QueryResult,
QueryPredicateFunction,
QueryPredicateFactory,
Utility,
DataMutators,
QueryPredicates,
DoneFunction,
Logger,
Colors,
MicrosetRef
} from '@chisel/typescript/processor';
// Exports of '@chisel/typescript/scraper'
import {
Scraper,
ScraperDefinition,
TargetDefinition,
RequestMethod,
ResponseType,
Response,
NextScrapers,
Session,
Main,
MainFunction,
DatabaseAPI, // Database API for scrapers (limited write-only)
DatabaseRef,
TreeRef,
PathRef,
Logger,
Colors,
MicrosetRef
} from '@chisel/typescript/scraper';
tsc --build ./tsconfig.json
FAQs
Chisel Data Integration Platform TypeScript Essentials.
We found that @chisel/typescript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.