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
1
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.50.1 to 1.51.0

4

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

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

@@ -41,3 +41,4 @@ import {FileImporter, Importer} from './importer';

* "sum($arg1, $arg2)": (args) => {
* const value1 = args[0].assertNumber('arg1').value;
* const arg1 = args[0].assertNumber('arg1');
* const value1 = arg1.value;
* const value2 = args[1].assertNumber('arg2')

@@ -44,0 +45,0 @@ * .convertValueToMatch(arg1, 'arg2', 'arg1');

{
"name": "sass-embedded",
"version": "1.50.1",
"version": "1.51.0",
"protocol-version": "1.0.0",
"compiler-version": "1.50.1",
"compiler-version": "1.51.0",
"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

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