Comparing version 1.2.1 to 1.3.0
@@ -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":">=0.11.8"},"main":"sass.dart.js","bin":"sass.js","keywords":["style","scss","sass","preprocessor","css"],"version":"1.2.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":">=0.11.8"},"main":"sass.dart.js","bin":"sass.js","keywords":["style","scss","sass","preprocessor","css"],"version":"1.3.0"} |
@@ -85,22 +85,19 @@ A pure JavaScript implementation of [Sass][sass]. **Sass makes CSS fun again**. | ||
* [`data`](https://github.com/sass/node-sass#data) | ||
* [`file`](https://github.com/sass/node-sass#file) | ||
* [`data`](https://github.com/sass/node-sass#data) | ||
* [`functions`](https://github.com/sass/node-sass#functions--v300---experimental) | ||
* [`importer`](https://github.com/sass/node-sass#importer--v200---experimental) | ||
* [`includePaths`](https://github.com/sass/node-sass#includepaths) | ||
* [`indentedSyntax`](https://github.com/sass/node-sass#indentedsyntax) | ||
* [`indentType`](https://github.com/sass/node-sass#indenttype) | ||
* [`indentWidth`](https://github.com/sass/node-sass#indentwidth) | ||
* [`indentedSyntax`](https://github.com/sass/node-sass#indentedsyntax) | ||
* [`linefeed`](https://github.com/sass/node-sass#linefeed) | ||
* [`importer`](https://github.com/sass/node-sass#importer--v200---experimental) | ||
* [`functions`](https://github.com/sass/node-sass#functions--v300---experimental) | ||
* Only the `"expanded"` and `"compressed"` values of | ||
[`outputStyle`](https://github.com/sass/node-sass#outputstyle) are supported. | ||
The following options are not yet supported, but are intended: | ||
* [`omitSourceMapUrl`](https://github.com/sass/node-sass#omitsourcemapurl) | ||
* [`outFile`](https://github.com/sass/node-sass#outfile) | ||
* [`sourceMap`](https://github.com/sass/node-sass#sourcemap) | ||
* [`sourceMapContents`](https://github.com/sass/node-sass#sourcemapcontents) | ||
* [`sourceMapEmbed`](https://github.com/sass/node-sass#sourcemapembed) | ||
* [`sourceMapRoot`](https://github.com/sass/node-sass#sourcemaproot) | ||
* [`sourceMap`](https://github.com/sass/node-sass#sourcemap) | ||
* Only the `"expanded"` and `"compressed"` values of | ||
[`outputStyle`](https://github.com/sass/node-sass#outputstyle) are supported. | ||
@@ -107,0 +104,0 @@ No support is intended for the following options: |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
590623
19368
205