Socket
Socket
Sign inDemoInstall

sass

Package Overview
Dependencies
Maintainers
3
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass - npm Package Compare versions

Comparing version 1.77.2 to 1.77.3

2

package.json

@@ -1,1 +0,1 @@

{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.77.2","bin":{"sass":"sass.js"},"main":"sass.node.js"}
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.77.3","bin":{"sass":"sass.js"},"main":"sass.node.js"}

@@ -8,6 +8,9 @@ /**

export interface Deprecations {
// START AUTOGENERATED LIST
// Checksum: 22d9bdbe92eb39b3c0d6d64ebe1879a431c0037e
/**
* Deprecation for passing a string to `call` instead of using `get-function`.
* Deprecation for passing a string directly to meta.call().
*
* This deprecation has been active in all versions of Dart Sass.
* This deprecation was active in the first version of Dart Sass.
*/

@@ -17,3 +20,3 @@ 'call-string': Deprecation<'call-string'>;

/**
* Deprecation for `@elseif`.
* Deprecation for @elseif.
*

@@ -25,3 +28,3 @@ * This deprecation became active in Dart Sass 1.3.2.

/**
* Deprecation for parsing `@-moz-document`.
* Deprecation for @-moz-document.
*

@@ -35,3 +38,3 @@ * This deprecation became active in Dart Sass 1.7.2.

*
* This deprecation became active in Dart Sass 1.17.2.
* This deprecation became active in Dart Sass 1.14.2.
*/

@@ -41,3 +44,3 @@ 'relative-canonical': Deprecation<'relative-canonical'>;

/**
* Deprecation for declaring new variables with `!global`.
* Deprecation for declaring new variables with !global.
*

@@ -49,4 +52,3 @@ * This deprecation became active in Dart Sass 1.17.2.

/**
* Deprecation for using color module functions in place of plain CSS
* functions.
* Deprecation for using color module functions in place of plain CSS functions.
*

@@ -58,3 +60,3 @@ * This deprecation became active in Dart Sass 1.23.0.

/**
* Deprecation for treating `/` as division.
* Deprecation for / operator for division.
*

@@ -73,3 +75,3 @@ * This deprecation became active in Dart Sass 1.33.0.

/**
* Deprecation for ambiguous `+` and `-` operators.
* Deprecation for ambiguous + and - operators.
*

@@ -81,3 +83,3 @@ * This deprecation became active in Dart Sass 1.55.0.

/**
* Deprecation for passing invalid units to certain built-in functions.
* Deprecation for passing invalid units to built-in functions.
*

@@ -89,4 +91,3 @@ * This deprecation became active in Dart Sass 1.56.0.

/**
* Deprecation for using `!default` or `!global` multiple times for one
* variable.
* Deprecation for using !default or !global multiple times for one variable.
*

@@ -105,3 +106,3 @@ * This deprecation became active in Dart Sass 1.62.0.

/**
* Deprecation for passing percentages to the Sass `abs()` function.
* Deprecation for passing percentages to the Sass abs() function.
*

@@ -113,4 +114,3 @@ * This deprecation became active in Dart Sass 1.65.0.

/**
* Deprecation for using the current working directory as an implicit load
* path.
* Deprecation for using the current working directory as an implicit load path.
*

@@ -122,3 +122,3 @@ * This deprecation became active in Dart Sass 1.73.0.

/**
* Deprecation for function and mixin names beginning with `--`.
* Deprecation for function and mixin names beginning with --.
*

@@ -130,3 +130,3 @@ * This deprecation became active in Dart Sass 1.76.0.

/**
* Deprecation for `@import` rules.
* Deprecation for @import rules.
*

@@ -137,2 +137,4 @@ * This deprecation is not yet active, but will be soon.

// END AUTOGENERATED LIST
/**

@@ -139,0 +141,0 @@ * Used for any user-emitted deprecation warnings.

Sorry, the diff of this file is too big to display

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