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

js-dossier

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-dossier - npm Package Versions

0.15.0

Diff

jmleyba
published 0.14.0 •

Changelog

Source

v0.14.0

Bug Fixes

  • Fixed a rendering issue with arguments that do not have a doc comment.
  • Fixed a bug that caused optional parameters in function type expressions to be discarded.
  • Fixed some cases where function parameter details were lost and rendered with generic argN names.

Changes

  • Upgraded dependencies:
    • com.atlassian.commonmark:commonmark:0.12.1
    • com.google.auto.factory:auto-factory:1.0-beta6
    • com.google.javascript:closure-compiler-unshaded:v20190301
    • com.google.javascript:closure-compiler-externs:v20190301
  • Various internal changes to support building with the latest bazel (0.23.x)
jmleyba
published 0.13.0 •

Changelog

Source

v0.13.0

Changes

  • Added the environment configuration option to allow specifying the target script environment (BROWSER or NODE). Previously, the NODE environment was automatically selected by specifying any CommonJS input files.
  • Upgraded dependencies:
    • com.google.auto:auto-common:0.10
    • com.google.auto.value:auto-value:1.6.3
    • com.google.auto.value:auto-value-annotations:1.6.3
    • com.google.code.gson:gson:2.8.5
    • com.google.common.html.types:types:1.0.8
    • com.google.guava:failureaccess:jar:1.0.1
    • com.google.guava:guava:27.0.1-jre
    • com.google.javascript:closure-compiler-unshaded:v20190121
    • com.google.javascript:closure-compiler-externs:v20190121
    • com.google.template:soy:2018-03-14
    • com.google.protobuf:protobuf-java:3.5.0
  • Removed unused dependencies:
    • joda-time:joda-time:2.3
jmleyba
published 0.12.1 •

Changelog

Source

v0.12.1

Bug Fixes

  • Fixed initialization when using CommonJS modules so the extern definitions for Node's core library are properly loaded.
jmleyba
published 0.12.0 •

Changelog

Source

v0.12.0

Changes

  • Removed the language input option; Dossier now always sets the input language to ECMASCRIPT_2017.
  • Upgraded dependencies:
    • com.google.auto:auto-common:0.8
    • com.google.auto.value:auto-value:1.4.1
    • com.google.guava:guava:22.0
    • com.google.inject:guice:4.1.0
    • com.google.inject.extensions:guice-assistedinject:4.1.0
    • com.google.inject.extensions:guice-multibindings:4.1.0
    • com.google.javascript:closure-compiler-externs:v20170910
    • com.google.javascript:closure-compiler-unshaded:v20170910
jmleyba
published 0.11.1 •

Changelog

Source

v0.11.1

Changes

  • Upgraded to com.google.guava:guava:20.0
jmleyba
published 0.10.0 •

Changelog

Source

v0.10.0

Bug Fixes

  • Include visibility indicators for enums
  • Support node extern modules with a hyphen in the file name
  • Updated HTML sanitizer policies to permit safe HTML generated from markdown comments
    • Fenced code block info string (<code class="language-javascript">)
    • Ordered lists that do not start at (<ol start="3">)

Changes

  • Renamed configuration option closureDepsFile to closureDepFiles
  • Renamed configuration option stripModulePrefix to modulePrefix
  • Dossier may now be configured entirely through command line flags
  • API documentation will now differentiate between nominal interfaces (declared with @interface) and structural interfaces (declared with @record)
  • Changed the sourceUrlTemplate configuration option to use %path% and %line% as replacement tokens instead of ${path} and ${line}
jmleyba
published 0.9.1 •

Changelog

Source

v0.9.1

Bug Fixes

  • Properly set the nav drawer's initial scroll position to include the current page in view.
  • In order to improve rendering performance, removed use of max-height transitions on Safari and mobile
jmleyba
published 0.8.0 •

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