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

sass-embedded

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-embedded - npm Package Compare versions

Comparing version 1.64.2 to 1.66.0

24

dist/package.json
{
"name": "sass-embedded",
"version": "1.64.2",
"version": "1.66.0",
"protocol-version": "2.1.0",
"compiler-version": "1.64.2",
"compiler-version": "1.66.0",
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",

@@ -34,10 +34,10 @@ "repository": "sass/embedded-host-node",

"optionalDependencies": {
"sass-embedded-darwin-arm64": "1.64.2",
"sass-embedded-darwin-x64": "1.64.2",
"sass-embedded-linux-arm": "1.64.2",
"sass-embedded-linux-arm64": "1.64.2",
"sass-embedded-linux-ia32": "1.64.2",
"sass-embedded-linux-x64": "1.64.2",
"sass-embedded-win32-ia32": "1.64.2",
"sass-embedded-win32-x64": "1.64.2"
"sass-embedded-darwin-arm64": "1.66.0",
"sass-embedded-darwin-x64": "1.66.0",
"sass-embedded-linux-arm": "1.66.0",
"sass-embedded-linux-arm64": "1.66.0",
"sass-embedded-linux-ia32": "1.66.0",
"sass-embedded-linux-x64": "1.66.0",
"sass-embedded-win32-ia32": "1.66.0",
"sass-embedded-win32-x64": "1.66.0"
},

@@ -66,5 +66,5 @@ "dependencies": {

"extract-zip": "^2.0.1",
"gts": "^4.0.0",
"gts": "^5.0.0",
"jest": "^29.4.1",
"minipass": "7.0.2",
"minipass": "7.0.3",
"npm-run-all": "^4.1.5",

@@ -71,0 +71,0 @@ "shelljs": "^0.8.4",

@@ -15,2 +15,9 @@ import {Value} from './index';

*
* **Only** `undefined` should be passed to indicate a missing `alpha`. If
* `null` is passed instead, it will be treated as a [missing component] in
* future versions of Dart Sass. See [breaking changes] for details.
*
* [missing component]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#missing_color_components
* [breaking changes]: /documentation/breaking-changes/null-alpha
*
* @throws `Error` if `red`, `green`, and `blue` aren't between `0` and

@@ -29,2 +36,9 @@ * `255`, or if `alpha` isn't between `0` and `1`.

*
* **Only** `undefined` should be passed to indicate a missing `alpha`. If
* `null` is passed instead, it will be treated as a [missing component] in
* future versions of Dart Sass. See [breaking changes] for details.
*
* [missing component]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#missing_color_components
* [breaking changes]: /documentation/breaking-changes/null-alpha
*
* @throws `Error` if `saturation` or `lightness` aren't between `0` and

@@ -43,2 +57,9 @@ * `100`, or if `alpha` isn't between `0` and `1`.

*
* **Only** `undefined` should be passed to indicate a missing `alpha`. If
* `null` is passed instead, it will be treated as a [missing component] in
* future versions of Dart Sass. See [breaking changes] for details.
*
* [missing component]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#missing_color_components
* [breaking changes]: /documentation/breaking-changes/null-alpha
*
* @throws `Error` if `whiteness` or `blackness` aren't between `0` and `100`,

@@ -45,0 +66,0 @@ * or if `alpha` isn't between `0` and `1`.

{
"name": "sass-embedded",
"version": "1.64.2",
"version": "1.66.0",
"protocol-version": "2.1.0",
"compiler-version": "1.64.2",
"compiler-version": "1.66.0",
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",

@@ -34,10 +34,10 @@ "repository": "sass/embedded-host-node",

"optionalDependencies": {
"sass-embedded-darwin-arm64": "1.64.2",
"sass-embedded-darwin-x64": "1.64.2",
"sass-embedded-linux-arm": "1.64.2",
"sass-embedded-linux-arm64": "1.64.2",
"sass-embedded-linux-ia32": "1.64.2",
"sass-embedded-linux-x64": "1.64.2",
"sass-embedded-win32-ia32": "1.64.2",
"sass-embedded-win32-x64": "1.64.2"
"sass-embedded-darwin-arm64": "1.66.0",
"sass-embedded-darwin-x64": "1.66.0",
"sass-embedded-linux-arm": "1.66.0",
"sass-embedded-linux-arm64": "1.66.0",
"sass-embedded-linux-ia32": "1.66.0",
"sass-embedded-linux-x64": "1.66.0",
"sass-embedded-win32-ia32": "1.66.0",
"sass-embedded-win32-x64": "1.66.0"
},

@@ -66,5 +66,5 @@ "dependencies": {

"extract-zip": "^2.0.1",
"gts": "^4.0.0",
"gts": "^5.0.0",
"jest": "^29.4.1",
"minipass": "7.0.2",
"minipass": "7.0.3",
"npm-run-all": "^4.1.5",

@@ -71,0 +71,0 @@ "shelljs": "^0.8.4",

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