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

@parcel/transformer-sass

Package Overview
Dependencies
Maintainers
1
Versions
893
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/transformer-sass - npm Package Compare versions

Comparing version 2.0.0-nightly.295 to 2.0.0-nightly.298

7

lib/SassTransformer.js

@@ -111,8 +111,3 @@ "use strict";

let map = new _sourceMap.default();
let {
mappings,
sources,
names
} = JSON.parse(result.map);
map.addRawMappings(mappings, sources, names);
map.addRawMappings(JSON.parse(result.map));
asset.setMap(map);

@@ -119,0 +114,0 @@ }

12

package.json
{
"name": "@parcel/transformer-sass",
"version": "2.0.0-nightly.295+3f9c496b",
"version": "2.0.0-nightly.298+8fdd6193",
"license": "MIT",

@@ -19,6 +19,6 @@ "publishConfig": {

"dependencies": {
"@parcel/fs": "2.0.0-nightly.295+3f9c496b",
"@parcel/plugin": "2.0.0-nightly.295+3f9c496b",
"@parcel/source-map": "2.0.0-alpha.4.11",
"@parcel/utils": "2.0.0-nightly.295+3f9c496b"
"@parcel/fs": "2.0.0-nightly.298+8fdd6193",
"@parcel/plugin": "2.0.0-nightly.298+8fdd6193",
"@parcel/source-map": "2.0.0-alpha.4.13",
"@parcel/utils": "2.0.0-nightly.298+8fdd6193"
},

@@ -31,3 +31,3 @@ "devDependencies": {

},
"gitHead": "3f9c496b1ee7c72a4c051e903001462ce6eef449"
"gitHead": "8fdd6193a20d0e82e7639115fe31dd0ff145589b"
}

@@ -101,4 +101,3 @@ // @flow

let map = new SourceMap();
let {mappings, sources, names} = JSON.parse(result.map);
map.addRawMappings(mappings, sources, names);
map.addRawMappings(JSON.parse(result.map));
asset.setMap(map);

@@ -105,0 +104,0 @@ }

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