Socket
Socket
Sign inDemoInstall

@financial-times/math

Package Overview
Dependencies
1
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @financial-times/math

A temporary helper library to avoid newer dart-sass versions printing warnings when compiling Origami.


Version published
Weekly downloads
2.4K
decreased by-3.15%
Maintainers
10
Install size
17.1 kB
Created
Weekly downloads
 

Readme

Source

math

A temporary helper library to avoid newer dart-sass versions printing warnings when compiling Origami.

  • Usage
  • Licence

Usage

To use this library, import it via @import '@financial-times/math';.

After importing the library, you will have access to all the functions defined in mathsass@0.10.1 and the below function as well as:

  • div - Returns the result of dividing the first number by the second number.

div

Returns the result of dividing the first number by the second number.

This behaves in the same way as the deprecated / operator in sass.

@import '@financial-times/math';

@debug div(10, 2); // 5

Licence

This software is published by the Financial Times under the MIT licence.

FAQs

Last updated on 27 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc