Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sass-embedded

Package Overview
Dependencies
Maintainers
1
Versions
81
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.49.9 to 1.49.11

4

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

@@ -7,0 +7,0 @@ "repository": "sass/embedded-host-node",

@@ -39,7 +39,4 @@ "use strict";

return 'x64';
// TODO: This is blocked until Github Actions supports compiling Dart Sass
// for arm64. Until then, download the x64 binary for arm64 users.
// https://github.com/sass/dart-sass/issues/1125
case 'arm64':
return 'x64';
return 'arm64';
default:

@@ -46,0 +43,0 @@ throw Error(`Architecure ${process.arch} is not supported.`);

@@ -26,3 +26,3 @@ import {Syntax} from './options';

* ```js
* const {fileURLToPath} = require('url');
* const {pathToFileURL} = require('url');
*

@@ -29,0 +29,0 @@ * sass.compile('style.scss', {

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

@@ -7,0 +7,0 @@ "repository": "sass/embedded-host-node",

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

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