You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sass-export

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-export - npm Package Compare versions

Comparing version

to
1.0.9

2

package.json
{
"name": "sass-export",
"version": "1.0.8",
"version": "1.0.9",
"description": "Exports Sass files to Json format, able to manage sections with annotations in comments.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -7,3 +7,4 @@ # Sass-Export

[![npm version](https://badge.fury.io/js/sass-export.svg)](http://badge.fury.io/js/sass-export)
[![Dependency Status](https://david-dm.org/plentycode/sass-export.svg?theme=shields.io)](https://david-dm.org/plentycode/sass-export)
![Total Downloads](https://img.shields.io/npm/dt/sass-export?style=flat-square)
![Follow @plenty_code](https://img.shields.io/twitter/follow/plenty_code.svg?style=flat-square&color=1da1f2)

@@ -193,6 +194,12 @@ Try it online:

## Want to use it in your Node App?
Just import it!
## Import it in your Node App?
import syntax:
``` javascript
import { exporter } from 'sass-export';
```
Require syntax:
``` javascript

@@ -204,9 +211,2 @@ var exporter = require('sass-export').exporter;

import syntax:
``` javascript
import { exporter } from 'sass-export';
```
#### Example:

@@ -257,4 +257,4 @@

### New utilities
* Gulp plugin: [gulp-sass-export]
### Other utilities based on this tool
- Gulp plugin: [gulp-sass-export]

@@ -273,2 +273,14 @@

## Supporting
This is an open source project and completely free to use.
However, the amount of effort needed to maintain and develop new features and products within the Plentycode ecosystem is not sustainable without proper financial backing. If you have the capability, please consider donating using the links below:
<div align="center">
[![Donate via Patreon](https://img.shields.io/badge/donate-patreon-orange.svg?style=flat-square&logo=patreon)](https://www.patreon.com/plentycode)
</div>
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen.)

@@ -275,0 +287,0 @@