Socket
Socket
Sign inDemoInstall

@littlemissrobot/sass-mixins

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlemissrobot/sass-mixins - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

9

package.json
{
"name": "@littlemissrobot/sass-mixins",
"version": "2.0.8",
"version": "2.0.9",
"description": "Little Miss Robot sass mixins 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"
},

@@ -30,4 +31,4 @@ "repository": {

"dependencies": {
"@littlemissrobot/sass-functions": "^2.0.5",
"sass": "1.32.2"
"@littlemissrobot/sass-functions": "^2.0.6",
"sass": "1.38.1"
},

@@ -34,0 +35,0 @@ "devDependencies": {

@@ -35,4 +35,17 @@ # Little Miss Robot - Sass mixins (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. Run `npm your changes to `master`.
3. Push your changes to `master`.
4. 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 mixins

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

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

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