New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unsass/utilities

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unsass/utilities - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

.releaserc.json
{
"branches": [
"main",
"+([0-9])?(.{+([0-9]),x}).x",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}

@@ -12,0 +9,0 @@ ],

@@ -5,2 +5,10 @@ # Changelog

## [1.3.1](https://github.com/unsass/utilities/compare/v1.3.0...v1.3.1) (2022-08-17)
### Bug Fixes
* packages vulnerabilities ([c2d0456](https://github.com/unsass/utilities/commit/c2d0456b1f286cde4044924b601afae391670fdf))
* remove unneeded `[@debug](https://github.com/debug)` ([fdb0955](https://github.com/unsass/utilities/commit/fdb0955fa6f2827097ab38e6b74e0cb2cf7551e4))
## [1.3.0](https://github.com/unsass/utilities/compare/v1.2.0...v1.3.0) (2022-03-21)

@@ -7,0 +15,0 @@

23

package.json
{
"name": "@unsass/utilities",
"version": "1.3.0",
"description": "Sass utilities.",
"version": "1.3.1",
"description": "Sass mixins and functions utilities for made your development more easier.",
"scripts": {

@@ -10,3 +10,3 @@ "lint:css": "stylelint --fix \"**/*.scss\"",

"prepare": "husky install",
"release": "semantic-release --branches main"
"release": "semantic-release"
},

@@ -18,19 +18,20 @@ "engines": {

"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"glob": "^7.2.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"husky": "^8.0.1",
"jest": "^28.1.3",
"npm-run-all": "^4.1.5",
"sass-true": "^6.1.0",
"semantic-release": "^19.0.2",
"stylelint": "^14.5.3",
"semantic-release": "^19.0.3",
"stylelint": "^14.10.0",
"stylelint-config-unsass": "^1.0.0"
},
"dependencies": {
"sass": "^1.49.9"
"sass": "^1.52.3"
},
"keywords": [
"sass",
"utilities",

@@ -41,4 +42,4 @@ "ellipsis",

"touch-screen",
"replace",
"unsass",
"sass",
"css"

@@ -45,0 +46,0 @@ ],

@@ -6,2 +6,4 @@ # Utilities

Sass mixins and functions utilities for made your development more easier.
## Install

@@ -8,0 +10,0 @@

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