@parcel/scope-hoisting
Advanced tools
Comparing version 2.0.0-nightly.142 to 2.0.0-nightly.143
@@ -14,3 +14,3 @@ "use strict"; | ||
var walk = _interopRequireWildcard(require("babylon-walk")); | ||
var _babylonWalk = require("@parcel/babylon-walk"); | ||
@@ -227,3 +227,3 @@ var _utils = require("./utils"); | ||
let result = []; | ||
walk.simple(ast, { | ||
(0, _babylonWalk.simple)(ast, { | ||
CallExpression(node) { | ||
@@ -230,0 +230,0 @@ let { |
{ | ||
"name": "@parcel/scope-hoisting", | ||
"version": "2.0.0-nightly.142+c87c29dd", | ||
"version": "2.0.0-nightly.143+6c1b47da", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -24,8 +24,8 @@ "license": "MIT", | ||
"@babel/types": "^7.3.3", | ||
"@parcel/diagnostic": "2.0.0-nightly.142+c87c29dd", | ||
"@parcel/utils": "2.0.0-nightly.142+c87c29dd", | ||
"babylon-walk": "^1.0.2", | ||
"@parcel/babylon-walk": "2.0.0-nightly.1765+6c1b47da", | ||
"@parcel/diagnostic": "2.0.0-nightly.143+6c1b47da", | ||
"@parcel/utils": "2.0.0-nightly.143+6c1b47da", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "c87c29dd9ca09832e9677bb4d914d2e64bb2d5b8" | ||
"gitHead": "6c1b47dae095e87888308e26f35ec57aa823ec82" | ||
} |
@@ -19,3 +19,3 @@ // @flow | ||
} from '@babel/types'; | ||
import * as walk from 'babylon-walk'; | ||
import {simple as walkSimple} from '@parcel/babylon-walk'; | ||
import {getName, getIdentifier} from './utils'; | ||
@@ -228,3 +228,3 @@ import fs from 'fs'; | ||
let result = []; | ||
walk.simple(ast, { | ||
walkSimple(ast, { | ||
CallExpression(node: CallExpression) { | ||
@@ -231,0 +231,0 @@ let {arguments: args, callee} = node; |
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
171341
- Removedbabylon-walk@^1.0.2
- Removedbabel-runtime@6.26.0(transitive)
- Removedbabel-types@6.26.0(transitive)
- Removedbabylon-walk@1.0.2(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedesutils@2.0.3(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash.clone@4.5.0(transitive)
- Removedregenerator-runtime@0.11.1(transitive)
- Removedto-fast-properties@1.0.3(transitive)