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.52.3 to 1.53.0

9

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

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

"immutable": "^4.0.0",
"node-fetch": "^2.6.0",
"make-fetch-happen": "^10.1.2",
"rxjs": "^7.4.0",

@@ -46,4 +46,4 @@ "semver": "^7.3.5",

"@types/jest": "^27.0.2",
"@types/make-fetch-happen": "^9.0.2",
"@types/node": "^16.10.3",
"@types/node-fetch": "^2.5.7",
"@types/semver": "^7.3.4",

@@ -57,2 +57,3 @@ "@types/shelljs": "^0.8.8",

"jest": "^27.2.5",
"minipass": "3.2.1",
"protoc": "^1.0.4",

@@ -59,0 +60,0 @@ "source-map-js": "^0.6.1",

@@ -7,5 +7,5 @@ "use strict";

exports.getJSApi = exports.getDartSassEmbedded = exports.getEmbeddedProtocol = void 0;
const make_fetch_happen_1 = require("make-fetch-happen");
const extractZip = require("extract-zip");
const fs_1 = require("fs");
const node_fetch_1 = require("node-fetch");
const p = require("path");

@@ -15,2 +15,3 @@ const shell = require("shelljs");

const pkg = require("../package.json");
const fetch = (0, make_fetch_happen_1.defaults)();
shell.config.fatal = true;

@@ -163,3 +164,3 @@ // The current platform's operating system. Throws if the operating system

console.log(`Downloading ${options.repo} release asset.`);
const response = await (0, node_fetch_1.default)(options.assetUrl, {
const response = await fetch(options.assetUrl, {
redirect: 'follow',

@@ -166,0 +167,0 @@ });

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

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

"immutable": "^4.0.0",
"node-fetch": "^2.6.0",
"make-fetch-happen": "^10.1.2",
"rxjs": "^7.4.0",

@@ -46,4 +46,4 @@ "semver": "^7.3.5",

"@types/jest": "^27.0.2",
"@types/make-fetch-happen": "^9.0.2",
"@types/node": "^16.10.3",
"@types/node-fetch": "^2.5.7",
"@types/semver": "^7.3.4",

@@ -57,2 +57,3 @@ "@types/shelljs": "^0.8.8",

"jest": "^27.2.5",
"minipass": "3.2.1",
"protoc": "^1.0.4",

@@ -59,0 +60,0 @@ "source-map-js": "^0.6.1",

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