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.1-nightly.2520 to 2.0.1-nightly.2521

8

package.json
{
"name": "@parcel/babel-ast-utils",
"version": "2.0.1-nightly.2520+c8a64c9a",
"version": "2.0.1-nightly.2521+e0440dcb",
"description": "Blazing fast, zero configuration web application bundler",

@@ -24,8 +24,8 @@ "license": "MIT",

"@babel/parser": "^7.0.0",
"@parcel/babylon-walk": "2.0.1-nightly.2520+c8a64c9a",
"@parcel/babylon-walk": "2.0.1-nightly.2521+e0440dcb",
"@parcel/source-map": "^2.0.0",
"@parcel/utils": "2.0.0-nightly.898+c8a64c9a",
"@parcel/utils": "2.0.0-nightly.899+e0440dcb",
"astring": "^1.6.2"
},
"gitHead": "c8a64c9a533072c12681ca0805d1e4d7481ee53d"
"gitHead": "e0440dcbe6d6e419a412c8c568d94715cdb4282a"
}

@@ -23,6 +23,3 @@ // @flow

: 0;
error.message = error.message
.slice(start)
.split('\n')[0]
.trim();
error.message = error.message.slice(start).split('\n')[0].trim();
}

@@ -29,0 +26,0 @@

@@ -273,3 +273,3 @@ import {GENERATOR, EXPRESSIONS_PRECEDENCE} from 'astring';

let orig = generator[key];
generator[key] = function(node, state, skipComments) {
generator[key] = function (node, state, skipComments) {
// These are printed by astring itself

@@ -276,0 +276,0 @@ if (node.trailingComments) {

@@ -17,3 +17,3 @@ import fs from 'fs';

files.forEach(filename => {
it(filename, function() {
it(filename, function () {
const code = fs.readFileSync(

@@ -20,0 +20,0 @@ path.join(FIXTURES_FOLDER, filename),

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