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

@stencila/schema

Package Overview
Dependencies
Maintainers
3
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencila/schema - npm Package Versions

13
15

1.11.2

Diff

stencila-ci
published 1.11.1 •

stencila-ci
published 1.11.0 •

Changelog

Source

1.11.0 (2022-06-13)

Bug Fixes

  • Apt buildpack: Do not add .deb suffx unecessarily (7e6534f)
  • Binary: Improve parsing of sematic version strings (fc7331c)
  • Buildpack image: Calculate a DiffID for layers (e000d22)
  • Buildpacks: Fallback to a temporary dir if necessary (8a8e805)
  • CLI utilities: Upgrade clap crate & linting (b33c9bc)
  • CLI utilities: Upgrade syntect and linya (129b5b8)
  • CLI: Migrate from structopt to clap v3 (e81e691)
  • CLI: Upgrade various crates used in top level (0aef3d2)
  • Dependencies: Update unicode-segmentation (45a5838)
  • Dependencies: Upgrade thiserror (7f87bf9)
  • Google Drive provider: Upgrade google-drive crate (324b124)
  • Graph: Update petgraph (3d75039)
  • HTML codec: Upgrade quick-xml crate (075d272)
  • Image blob pulls: Use write_all instead of write; use async IO where possible (ea78cdf)
  • Image distribution: Fix buffering of blob uploads so chunk length is observed (22aeda9)
  • Image distribution: Use a HEAD request and avoid caching when checking for blob on registry (429d111)
  • Image distribution: Use Docker media types for compatibility with registry (0a4cff0)
  • Images: Add DiffIDs and descriptors for image layers (d292f84)
  • Images: Add support for symlinks in images (3509ac6)
  • Images: Add to PATH and LD_LIBRARY_PATH env vars for each layer (d5eaa28)
  • Images: Allow for no changes in an image layer (9481722)
  • Images: Do not include created and modified times in snapshot entries (0985b2a)
  • Images: Ensure that paths are separated when prepended or appended (a94b203)
  • Images: Fix chunked blob pushes (1ed4b08)
  • Images: Fix compilation on non-unix operating systems (af3d82c)
  • Images: Use amd64 arch and update digests of image so they are echod to user on CLI (e2b71be)
  • Images: Use tempfile crate for better security and cleanup (701f3de)
  • Images: Use u32 literal to avoid compile error on windows (3ee0bee)
  • Images: Verify manifest digest and use in annotations (2cb3673)
  • Language buildpacks: Link to the system-wide install if possible (dc80521)
  • Microkernel: Update nix (21ac1f0)
  • Node buildpack: Calculate the version number for the current LTS version (9d24133)
  • Pandoc codec: Upgrade pandoc_types (96f57de)
  • PNG codec: Avoid screenshot with 0 height error (f0f4b56)
  • Python binary: Use python3 as name (and python as alias) (559dc90)
  • Python buildpack: Use python3 explicitly (d4ff206)
  • R buildpack: Add missing Renviron file (4e86ce4)
  • R buildpack: Only build RenvLayer if R files present (36dbf5b)
  • R buildpack: Set R_DOC_DIR env var (344b310)
  • R Buildpack: Update env vars, paths and metods for new version of renv (b8ddc5b)
  • Rust: Update dependencies (0cce85a)
  • Server: Update axum and tower-http crates (8d10af5)
  • Stencila buildpack: Do not create launch.toml if no build entry (5f6e338)
  • Stencila buildpack: For non-local builds install into the layer dir (5728db4)
  • Stencila buildpack: Update layer rather than always recreating (0d817da)
  • UUIDs: Upgrade smartstring crate (7efb41a)
  • Web clients: Update dependencies (800ae24)

Features

  • Binaries: Add --into as an alias for --dest for install sub-command (aa2f858)
  • Buildpack images: Compress layers (1ab95ef)
  • Buildpack images: Implement OCI image layout spec (ee74cfa)
  • Buildpack images: Initial implementation of image distribution (544eb20)
  • Buildpack images: Use rkyv for faster serialization and deserialization of snapshots (d8d1605)
  • Buildpack layers: Add layer methods for creating OCI layer descriptors for snapshots (9eeb337)
  • Buildpacks: Add prebuild_all function (835eedc)
  • Buildpacks: Initial iteration of image layer creation from buildpacks (9ca08b5)
  • Chromium binary: Install Chromium from macchrome/linchrome releases (9646a52)
  • CLI: Integrate images subcommand (eb31ccc)
  • Images CLI: Initial implementation of build command (a9747d3)
  • Images: Add --manifest-format option (1e5fa85)
  • Images: Add --no-workspace and --layout-complete options (7c72fd2)
  • Images: Add -no-diff option to allow complete replicas of layer directories (c97393c)
  • Images: Add STENCILA_IMAGE_REF env var and use as default for --from (3c8330b)
  • Images: Add annotations to layer descriptors (45d7989)
  • Images: Add parsing of image specs (31d2926)
  • Images: Allow for .dockerignore and .containerignore files in working dir (a83d30c)
  • Images: Build image from source using buildpacks (b6b7dfb)
  • Images: Implement pulling of images from registry (c0be491)
  • Images: Implements cross-repository mounting (7cb32ea)
  • Images: List up to 100 additions, modifications and deletions in each layer's annotations (2d63091)
  • Images: Set images based on .image-labels file (121757c)
  • Images: Set working dir and env variables in images (28d25c8)

Performance Improvements

  • Images: Allow for application/vnd.oci.image.layer.v1.tar+zstd layer media type (0b95150)
  • Images: Do not recalculate digest on pull of layers (0a5e0e8)
  • Images: Reduces compression level for much faster image writes (bb1af3e)
  • Images: Use a BufWriter when dowloading blobs and increase chunk size when uploading (413d618)
stencila-ci
published 1.10.1 •

stencila-ci
published 1.10.0 •

Changelog

Source

1.10.0 (2022-05-19)

Bug Fixes

  • Apt buildpack: Fix bug causing layer to be recreated (760b90a)
  • Apt buildpack: Update rather than replace layer when list of packages changes (f95381b)
  • CLI: Improve subcommand titles (0adc7d8)
  • Stencila buildpack: Launch with --url suitable for use in container (7f1a821)

Features

  • Apt buildpack: Use repository mirrors with option to turn off (98abff7), closes #1434
stencila-ci
published 1.9.1 •

Changelog

Source

1.9.1 (2022-05-15)

Bug Fixes

  • Web terminal: Handle error cases in select! to avoid infinite loops on disconnections (c36c539)
stencila-ci
published 1.9.0 •

Changelog

Source

1.9.0 (2022-05-14)

Bug Fixes

  • Cargo.toml: Correct ordering of YAML tables (1996878)
  • Server: Drop read lock on WebSocket clients within ping task; improve logging (2bc3e53)
  • Server: Ping WebSocket clients periodically to keep connections alive; use alternative pty crate (c2f3721)
  • Web teminal: Only use pty-process on Linux (4c73ca6)
  • Web terminal: Improve clean up after diconnects (8baaf70)
  • Web terminal: Improve layout in browser (17f4e93)

Features

  • Web terminal: Use username (and in the future project) from JWT in Bash prompt; simplify server to single project use (14bc6f2)
stencila-ci
published 1.8.1 •

stencila-ci
published 1.8.0 •

Changelog

Source

1.8.0 (2022-05-12)

Bug Fixes

  • GDrive provider: Parse open?id= style URLs (d492ec4)
  • Key utilities: Generate key with sik identifying prefix (4a3b247)
  • Server: Allow routing to more than one WebSocket path; remove need for projectId when conecting (6424fbc)
  • Server: Do not warn if STENCILA_SERVER_KEY env var is set (1e3a9b2), closes #1439
  • Server: Set SameSite value for token cookie properly (d938617), closes #1438

Features

  • Server terminal: Add terminal for attaching to remote instances (1de900e)
  • Server: Add --log-requests option (2a51c3a)
stencila-ci
published 1.7.3 •

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