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

sassaby

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassaby - npm Package Versions

2.1.1

Diff

ryanbahniuk
published 2.1.0 •

Changelog

Source

Version 2.1.0

  • Adds support for mixins that take blocks. Adds calledWithBlock and calledWithBlockAndArgs functions to set this up.
  • Deprecates calledWith in favor of calledWithArgs.
  • Adds called for calls without arguments.
  • Adds imports and doesNotImport assertions at the file level for testing entry point files.
  • Adds createFontFace and doesNotCreateFontFace for standalone mixins to test creation of a @font-face rule.
  • Adds createsMediaQuery and doesNotCreateMediaQuery for standalone mixins to test creation of a @media directive.
  • Fixes bug for standalone mixins which may not create a selector (for example @font-face rules).
ryanbahniuk
published 2.0.0 •

Changelog

Source

Version 2.0.0

  • Performance upgrades
  • Decoupled mixin/function call from arguments. Arguments are now added with the calledWith function. Now it is easier to test different arguments of the same mixin/function and is clear when SASS compilation happens (easier to optimize your tests for speed).
  • Each sassaby test file is now an instance of the Sassaby class. This fixes a bug that was persisting test state between files in the suite.
ryanbahniuk
published 1.0.2 •

Changelog

Source

Version 1.0.2

Initial Release

ryanbahniuk
published 1.0.1 •

ryanbahniuk
published 1.0.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