Socket
Socket
Sign inDemoInstall

@littlemissrobot/sass-functions

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlemissrobot/sass-functions - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

7

package.json
{
"name": "@littlemissrobot/sass-functions",
"version": "2.0.5",
"version": "2.0.6",
"description": "Little Miss Robot sass functions library that helps execute reusable and complex tasks.",

@@ -8,3 +8,4 @@ "main": "index.scss",

"start": "sass tests.scss:dist/tests.css --watch --load-path=node_modules",
"lint": "stylelint './lib/**/*.scss'"
"lint": "stylelint './lib/**/*.scss'",
"test": "sass tests.scss:dist/tests.css --load-path=node_modules"
},

@@ -29,3 +30,3 @@ "repository": {

"dependencies": {
"sass": "1.32.2"
"sass": "1.38.1"
},

@@ -32,0 +33,0 @@ "devDependencies": {

@@ -35,4 +35,16 @@ # Little Miss Robot - Sass functions (DEV)

## Publish to npm
1. Change the version in the package.json to the wanted version number.
Examples:
**2.0.5 -> 2.0.6**: for a small patch.
**2.0.5 -> 3.0.0**: for a breaking change.
2. Push your changes to `master`.
3. Manually run the `Publish to NPM` step in the pipelines when the automated steps have succesfully finished.
## Contact
- sebastien@littlemissrobot.com

@@ -28,4 +28,2 @@ # Little Miss Robot - Sass functions

```sh
# As a dependency
$ npm install @littlemissrobot/sass-functions
# As a dev-dependency

@@ -32,0 +30,0 @@ $ npm install --save-dev @littlemissrobot/sass-functions

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