Socket
Socket
Sign inDemoInstall

dustjs-linkedin

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dustjs-linkedin - npm Package Versions

23
6

3.0.1

Diff

Changelog

Source

v3.0.1 (2021/12/29 18:20 +00:00)

  • #808 Dependency update: chokidar (@sumeetkakkar)
krakenjs
published 3.0.0 •

Changelog

Source

v3.0.0 (2021/10/20 22:56 +00:00)

  • #805 fix: Security bug about prototype pollution (@sumeetkakkar)

list (2016/12/08 20:15 +00:00)

  • #756 Decrease security vulnerabilities by upgrading cli dependency (#754 #748) (@danactive)
  • #753 {?exists} and {^exists} resolve Promises and check if the result exists (#753) (@samuelms1)
jimmyhchan
published 2.7.5 •

sethkinast
published 2.7.4 •

Changelog

Source

v2.7.4 (2016/09/13 02:52 +00:00)

  • #744 Don't use instanceof to determine if a Context is a Context. Instead use a flag on the instance itself so it can survive object merges. (@sethkinast)
sethkinast
published 2.7.3 •

sethkinast
published 2.6.3 •

Changelog

Source

v2.6.3 (2016/07/26 18:03 +00:00)

  • #736 Prioritize resolution of .then (@brianmhunt)
  • #735 Prioritize .then on thenable functios (#735) (@brianmhunt)
  • #734 Bump deps (@sethkinast)
  • #703 Upgrade to peg.js 0.9 (@sethkinast)
  • #705 When rendering with a Context object, use the templateName provided by the template (@sethkinast)
  • #701 Fix stacktrace logging for IE8 (@sethkinast)
  • #700 At DEBUG loglevel, log the full stack trace on errors (@r1b)
  • #690 Update deps (@sethkinast)
  • #689 Make the AMD loader pass the template directly rather than communicating via the cache (@aredridel)
sethkinast
published 2.7.2 •

Changelog

Source

v2.7.2 (2015/06/08 20:41 +00:00)

  • #673 Pass the current context to filters (@sethkinast)
  • #676 If a Promise is resolved with an array, iterate over it instead of rendering the whole array at once.

Closes #674 (@sethkinast)

  • #647 Allow helpers to return primitives

Previously returning a primitive would crash rendering with no way to recover. You can still return a Chunk and do more complex work if you need to.

Helpers act like references or sections depending on if they have a body. When they have no body, they act like a reference and look in params.filters for filters to use. When they have a body, they act like a section. You can return thenables and streams normally.

{@return value="<Hello>" filters="|s" /} {@return value="<Hello>"}{.} World{/return}

Closes #645 (@sethkinast)

  • #664 Be slightly pickier about what Dust thinks a Stream is.

Closes #663 (@sethkinast)

  • #661 Add saucelabs integration (@sethkinast)
  • #658 Refactor testing frameworks

Closes #649 Closes #602 Closes #642 (@sethkinast)

  • #660 Grammar: s/char/character/ to avoid using a reserved name

Closes #659 (@sethkinast)

sethkinast
published 2.7.1 •

Changelog

Source

v2.7.1 (2015/04/30 20:32 +00:00)

  • #655 Update CommonJS example to make use of new onLoad behavior (@sethkinast)
  • #653 Fix array iteration when context is undefined (@sethkinast)
  • #641 Add a cb(null, compiledTemplate) signature to dust.onLoad

Calling the onLoad callback with a compiled template function will use this template to satisfy the load request. The template is not automatically registered under any name when passed to the callback, so the onLoad function should handle registration as it needs.

dust.cache behavior has been changed slightly. Before, setting it to false would blow away the entire cache on every render. Now, setting it to false just prevents new templates from being added and cached templates from being used, but if it's set to true again previously-cached templates will be ready to use. (@sethkinast)

  • #650 Pin jasmine@2.2.x for grunt-jasmine-nodejs (@sethkinast)
  • #646 Update AMD and CommonJS examples (@sethkinast)
  • #637 CommonJS example (@sethkinast)
  • #638 Preserve compiler backwards compatibility with pre-2.7 versions (@sethkinast)
  • #639 Fix failing test on Windows (@sethkinast)
sethkinast
published 2.7.0 •

Changelog

Source

v2.7.0 (2015/04/17 23:23 +00:00)

  • #636 Fix failing tests in IE8 (@sethkinast)
  • #633 Drop Node 0.8 (@sethkinast)
  • #635 Resolve dynamic partial names via original context (@sethkinast)
  • #631 Try to avoid creating Stacks with no content when possible (@sethkinast)
  • #613 Refactor template compilation
  • dust.render and dust.stream now accept a compiled template function in addition to a template name.
  • dust.compile no longer requires a template name, and will compile an anonymous template without one (so --name is no longer required for dustc either)
  • dust.load is removed from the public API
  • dust.renderSource is moved to the compiler, so it's only included in dust-full now (Fixes #412)
  • dust.compileFn is moved to the compiler, so it's only included in dust-full now
  • add dust.isTemplateFn
  • add dust.config.cache = true, set to false to disable caching and load templates again every time (Fixes #451)
  • add dust.config.cjs = false, set to true to compile templates as CommonJS modules
  • add --cjs flag to dustc
  • Move a bunch of exposed compiler stuff under dust.compiler (but leave it exposed until 2.8) (@sethkinast)
  • #624 dustc always creates templates with forward slashes (@sethkinast)
  • #617 Add chunk.stream to allow streamables in context (@sethkinast)
  • #610 clean up PEG grammar a little bit (@sethkinast)
  • #622 Fix behavior of Context#resolve when resolving a context function that returns a Chunk (@sethkinast)
  • #611 Add grunt-github-changes plugin to automatically update changelog before releases (@sethkinast)
  • #627 Move to Travis CI Container builds (@sethkinast)
  • #623 Update to stable chokidar. (@paulmillr)
  • #592 Remove benchmark and old docs (@sethkinast)
  • #609 Clarify a few examples and add a new explicitly-incremental streaming example (@sethkinast)
linkedin
published 2.6.2 •

Changelog

Source

v2.6.2 (2015/03/26 20:28 +00:00)

  • #593 npm upgrade (@sethkinast)
  • #590 Add deep resolution of Thenables in context (@sethkinast)
  • #583 Move lib/server to index (@sethkinast)
  • #587 Allow Rhino test failures to break the build (and fix a test typo that broke Rhino) (@sethkinast)
  • #582 Refactor main Dust module's global context (@sethkinast)
  • #579 Clean up / refactor logging (@sethkinast)
  • #569 Thenable support (@sethkinast)
  • #578 Add --watch support to dustc (@sethkinast)
  • #577 Adding examples! (@sethkinast)
  • #559 Add context.clone and context.pop and simplify chunk.partial. (@sethkinast)
  • #555 Add Context#resolve (@sethkinast)
23
6
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