@parcel/transformer-sass
Advanced tools
Comparing version 2.0.0-nightly.295 to 2.0.0-nightly.298
@@ -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 @@ } |
{ | ||
"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 @@ } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
10745
268
+ Added@parcel/source-map@2.0.0-alpha.4.13(transitive)
- Removed@parcel/source-map@2.0.0-alpha.4.11(transitive)