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

@parcel/babel-ast-utils

Package Overview
Dependencies
Maintainers
1
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/babel-ast-utils - npm Package Compare versions

Comparing version 2.0.0-nightly.1852 to 2.0.0-nightly.1854

5

lib/index.js

@@ -71,2 +71,7 @@ "use strict";

map.addIndexedMappings(generated.rawMappings);
let originalMap = await asset.getMapBuffer();
if (originalMap) {
map.extends(originalMap);
}
}

@@ -73,0 +78,0 @@

6

package.json
{
"name": "@parcel/babel-ast-utils",
"version": "2.0.0-nightly.1852+b2b56a27",
"version": "2.0.0-nightly.1854+6bf8145c",
"description": "Blazing fast, zero configuration web application bundler",

@@ -22,5 +22,5 @@ "license": "MIT",

"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/utils": "2.0.0-nightly.230+b2b56a27"
"@parcel/utils": "2.0.0-nightly.232+6bf8145c"
},
"gitHead": "b2b56a27bc36d86e5221ec91dbf2fe11787e0c45"
"gitHead": "6bf8145c61334e29e20f0619d6ce52b9dcd1f236"
}

@@ -63,2 +63,7 @@ // @flow strict-local

map.addIndexedMappings(generated.rawMappings);
let originalMap = await asset.getMapBuffer();
if (originalMap) {
map.extends(originalMap);
}
}

@@ -65,0 +70,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