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

juice

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juice - npm Package Versions

1
68

0.2.0

Diff

Changelog

Source

0.2.0 / 2013-02-13

  • update jsdom dependency to 0.5.0
superjoe
published 0.1.3 •

Changelog

Source

0.1.3 / 2013-02-12

  • fix specificity test. all test cases passed now.
  • add a command line juice program
superjoe
published 0.1.2 •

Changelog

Source

0.1.2 / 2013-02-11

  • fix incorrectly lowercasing <link> href
superjoe
published 0.1.1 •

Changelog

Source

0.1.1 / 2013-02-11

  • explicitly document which node versions are supported with engines and travis-ci.
  • expose juice.inlineDocument and juice.inlineContent
superjoe
published 0.1.0 •

Changelog

Source

0.1.0 / 2013-02-07

  • fix / test case for @media queries
  • merge boost into juice
  • legacy juice function still works as is
  • add juice(filePath, [options], callback)
  • add juice.juiceDocument(document, options, callback)
  • add juice.juiceContent(html, options, callback)
  • remove juice.juiceDom
superjoe
published 0.0.9 •

Changelog

Source

0.0.9 / 2013-02-07

  • update jsdom dependency to 0.4.0
  • update cssom dependency to 0.2.5
published 0.0.8 •

Changelog

Source

0.0.8 / 2013-02-06

  • expose a lower level export so you can operate on a jsdom document [superjoe30]
    • fix exports not working [superjoe30]
    • fix jshint problems [superjoe30]
published 0.0.7 •

Changelog

Source

0.0.7 / 2013-02-06

  • fixed test case expected outputs to have starting and ending <html> and <body> tags as jsdom appends them in its html() function if they do not exist
    • regression test for previous fix for media queries. note i had to wrap my test .out content in <html><body> tags in order to pass tests, it looks like they are appended at some point for partial html content which just guessing is new behavior from when these tests were written
    • make sure the css rule has selectorText to prevent parsing exception. hit this on @media rules which do not have selector text. afaik this means media queries will not be inlined. however everything else is.
    • bump jsdom
    • Added note regarding node-email-templates to README
rauchg
published 0.0.6 •

Changelog

Source

0.0.6 / 2011-12-20

  • Corrected juice unit tests for latest cssom.
    • Fixed presence of \n in selectors.
    • Fixed unneeded removal of inline event handlers in html.
    • Bumped jsdom.
published 0.0.5 •

Changelog

Source

0.0.5 / 2011-10-10

  • Added whitelist of pseudos to ignore (fixes :first-child etc)
    • Fine-tuned jsdom for speed (disabled unneded features).
    • Added caching of parsed selectors.
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