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

jast-util-from-csl

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

jast-util-from-csl

Transform a CSL list or object to a [jast][jast] node.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

API


cslToFront()

Signature
cslToFront(data: Data): void;
Parameters
NameType
dataData
Returns

void

Defined in: lib/csl-to-jast.ts:27


cslToJats()

Signature
cslToJats(data: Data | Data[]): void | RefList;
Parameters
NameType
dataData
Returns

void | RefList

Defined in: lib/csl-to-jast.ts:19


cslToRef()

Signature
cslToRef(data: Data, index: string | number): Ref;
Parameters
NameType
dataData
indexstring
Returns

Ref

Defined in: lib/csl-to-jast.ts:44


cslToRefList()

Signature
cslToRefList(data: Data[] | {

}): RefList;
Parameters
NameType
dataData[]
Returns

RefList

Defined in: lib/csl-to-jast.ts:31

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add jast-util-from-csl
# or with yarn
# yarn add jast-util-from-csl
# or with npm
# npm install jast-util-from-csl

csl-util-to-jast

Transform a CSL list or object to a [jast][jast] node.

Keywords

FAQs

Package last updated on 09 Mar 2023

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

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