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

sass-true

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-true - npm Package Versions

13

4.0.0

Diff

Changelog

Source

4.0.0 (04/09/18)

  • BREAKING: Move node-sass to peerDependencies
  • Update dependencies
  • Add JS coverage reporting
mirisuzanne
published 3.1.0 •

Changelog

Source

3.1.0 (03/06/18)

  • NEW: Add contains() mixin for more minute output comparisons. Works the same as expect(), but doesn't require a complete match.
  • Update docs
mirisuzanne
published 3.0.2 •

Changelog

Source

3.0.2 (10/6/17)

  • Dependency updates
jgerigmeyer
published 3.0.1 •

Changelog

Source

3.0.1 (9/13/17)

  • Update docs
mirisuzanne
published 3.0.0 •

Changelog

Source

3.0.0 (8/26/17)

  • Update dependencies & release
mirisuzanne
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 (6/1/17)

  • Added describe and it mixins, as alias for test-module and test respectively.
  • Added $inspect argument to assert-equal and assert-unequal mixins, for comparing inspect($assert) == inspect($expected) instead of $assert == $expected. This helps with several of the equality edge-cases listed below (rounding and units).
  • BREAKING: No more Ruby gem or Ruby CLI
  • BREAKING: No more bower package
  • BREAKING: Removes special-handling of equality, in favor of allowing Sass to determine the best comparisons. There are a few edge-cases to be aware of:
    • In some versions of Sass, manipulated numbers and colors are compared without rounding, so 1/3 != 0.333333 and lighten(#246, 15%) != #356a9f. Use the $inspect argument to compare rounded output values.
    • In all versions of Sass, unitless numbers are considered comparable to all units, so 1 == 1x where x represents any unit. Use the $inspect argument to compare output values with units.
    • Lists compare both values and delimiter, so (one two three) != (one, two, three). This can be particularly confusing for single-item lists, which still have a delimiter assigned, even though it is not used.
mirisuzanne
published 2.2.2 •

Changelog

Source

2.2.2 (4/11/17)

  • assert-true returns false on empty strings and lists
  • assert-false returns true on empty strings and lists
  • Module/Test/Assertion stats are included in reports
mirisuzanne
published 2.2.1 •

Changelog

Source

2.2.1 (2/7/17)

  • Output CSS context around Mocha parsing errors.
  • Added $fail-on-error argument to report() mixin. Set to true if you need the Sass compiler to fail on broken tests.
  • Fix bug with assert-false causing it to fail on null values.
  • Allow unquoted descriptions and test/module names.
  • Fix bug throwing off test-count and reporting.
mirisuzanne
published 2.1.4 •

Changelog

Source

2.1.4 (12/22/16)

  • Fix default assertion messages
  • Upgrade dependencies
mirisuzanne
published 2.1.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