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

mathsass

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathsass - npm Package Compare versions

Comparing version 0.9.5 to 0.10.0

LICENSE.md

2

package.json
{
"name": "mathsass",
"title": "MathSass",
"version": "0.9.5",
"version": "0.10.0",
"description": "A Sass implementation of mathematical functions.",

@@ -6,0 +6,0 @@ "keywords": [

@@ -103,5 +103,11 @@ # MathSass [![NPM version](https://badge.fury.io/js/mathsass.png)](http://badge.fury.io/js/mathsass) [![Build Status](https://travis-ci.org/terkel/mathsass.png?branch=master)](https://travis-ci.org/terkel/mathsass) [![Dependency Status](https://david-dm.org/terkel/mathsass.png)](https://david-dm.org/terkel/mathsass) [![devDependency Status](https://david-dm.org/terkel/mathsass/dev-status.png)](https://david-dm.org/terkel/mathsass#info=devDependencies)

* `log($x)`
* `log($x, $b: null)`
```scss
@debug log(2) // 0.69315
@debug log(10) // 2.30259
@debug log(2, 10) // 0.30103
```
#### Trigonometric functions

@@ -108,0 +114,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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