Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@citeproc-rs/wasm

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citeproc-rs/wasm - npm Package Compare versions

Comparing version 0.0.0-canary-ec9b385 to 0.0.0-placeholder

index.js

10

package.json

@@ -7,3 +7,3 @@ {

"description": "citeproc-rs, compiled to WebAssembly",
"version": "0.0.0-canary-ec9b385",
"version": "0.0.0-placeholder",
"license": "MPL-2.0",

@@ -15,11 +15,7 @@ "repository": {

"files": [
"_cjs/*",
"_esm/*",
"_web/*",
"index.js",
"README.md"
],
"main": "_cjs/citeproc_rs_wasm.js",
"browser": "_esm/citeproc_rs_wasm.js",
"types": "_esm/citeproc_rs_wasm.d.ts",
"main": "index.js",
"sideEffects": false
}

@@ -1,7 +0,43 @@

# `@citeproc-rs/wasm`
# `@citeproc-rs/wasm` placeholder
This is a build of `citeproc` that is suitable for use in Node.js, a browser or
a Firefox/Chromium-based application like Zotero. It consists of a WebAssembly
(WASM) binary, and a fairly lightweight JavaScript wrapper for that binary.
**Note: This is a placeholder package. Before a stable release is published,
refer to [the wasm package README in the GitHub repo][wasm-crate] and use the
@canary dist tag as below.**
README for newer version of the API forthcoming.
[wasm-crate]: https://github.com/cormacrelf/citeproc-rs/tree/master/crates/wasm
This is a front-end to
[`citeproc-rs`](https://github.com/cormacrelf/citeproc-rs), a citation
processor written in Rust and compiled to WebAssembly.
It contains builds appropriate for:
- Node.js
- Browsers, using a bundler like Webpack.js
- Browsers directly importing an ES Module from a webserver
## Installation / Release channels
There are two release channels:
**Stable** is each versioned release. (*At the time of writing, there are no
versioned releases.*) Install with:
```sh
yarn add @citeproc-rs/wasm
```
**Canary** tracks the master branch [on
GitHub](https://github.com/cormacrelf/citeproc-rs). Its version numbers follow
the format `0.0.0-canary-GIT_COMMIT_SHA`, so version ranges in your
`package.json` are not meaningful. But you can install the latest one with:
```sh
yarn add @citeproc-rs/wasm@canary
# alternatively, a specific commit
yarn add @citeproc-rs/wasm@0.0.0-canary-COMMIT_SHA
```
If you use NPM, replace `yarn add` with `npm install`.
For more information, follow the readme on
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