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

sassdash

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassdash - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

scss/api/_add.scss

2

package.json
{
"name": "sassdash",
"version": "0.1.0",
"version": "0.2.0",
"description": "The Sass implementation of lodash.",

@@ -5,0 +5,0 @@ "main": "scss/_sassdash.scss",

@@ -7,3 +7,3 @@ # Sassdash (beta)

**Why?** Developed with the framework developer in mind, Sassdash gives you nearly the full expressive power of [lodash for JavaScript](http://www.lodash.com), inside your SCSS projects. Developers can also build SCSS libraries on top of Sassdash for concepts such as advanced animation composition and timing, 3D CSS rendering, geometrical rendering, complex grid frameworks, and more.
**Why?** Developed with Sass toolkit developer in mind, Sassdash gives you nearly the full expressive power of [lodash for JavaScript](http://www.lodash.com), inside your SCSS projects. Developers can also build SCSS libraries on top of Sassdash for concepts such as advanced animation composition and timing, 3D CSS rendering, geometrical rendering, complex grid frameworks, and more.

@@ -13,8 +13,10 @@ ## Getting Started

1. [`git clone https://github.com/davidkpiano/sassdash.git sassdash`](https://github.com/davidkpiano/sassdash.git) inside your project (preferably in a `vendors/` directory)
1. `npm install sassdash`
2. `@import 'path/to/sassdash'` in your project
3. Use your new powers wisely.
FYI: Neither Compass nor Eyeglass are required! Sassdash *should* work in both Sass and Libsass (latest versions).
FYI: Neither Compass nor Eyeglass are required! Sassdash *should* work in both Sass and Libsass* (latest versions).
* Testing still needs to be done in Libsass.
## Using Sassdash

@@ -52,4 +54,6 @@ If you are familiar with lodash, Sassdash will feel very natural to you.

However, **native Sass functions as iteratees are automatically guarded**!
## Running Tests
**WARNING:** There are *over 400* unit tests, and more to come. Running them all takes between 30 seconds and 2 minutes.
**WARNING:** There are *over 500* unit tests, and more to come. Running them all takes between 1 and 2 minutes.

@@ -65,3 +69,3 @@ 1. `cd path/to/sassdash`

#### Array
#### List (Array)
Sassdash | lodash

@@ -94,4 +98,4 @@ ---------|-------

_slice | _.slice
_sorted-index | _.sortedIndex
_sorted-last-index | _.sortedLastIndex
:clock130: | _.sortedIndex
:clock130: | _.sortedLastIndex
_tail | _.tail → rest

@@ -198,4 +202,4 @@ _take | _.take

---------|-------
_clone | _.clone
_clone-deep | _.cloneDeep
:x: | _.clone
:x: | _.cloneDeep
_is-arglist | _.isArguments

@@ -213,3 +217,3 @@ _is-list | _.isArray

:x: | _.isNaN
:x: | _.isNative
_is-native | _.isNative
_is-null | _.isNull

@@ -229,6 +233,6 @@ _is-number | _.isNumber

---------|-------
:clock130: | _.add
_add | _.add
_max | _.max
_min | _.min
:clock130: | _.sum
_sum | _.sum

@@ -235,0 +239,0 @@ #### Number

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

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

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