@parcel/utils
Advanced tools
Comparing version 2.0.0-nightly.219 to 2.0.0-nightly.222
@@ -19,3 +19,3 @@ "use strict"; | ||
// $FlowFixMe untyped | ||
// flowlint-next-line untyped-import:off | ||
function validateSchema(schema, data) { | ||
@@ -22,0 +22,0 @@ function walk(schemaAncestors, dataNode, dataPath) { |
{ | ||
"name": "@parcel/utils", | ||
"version": "2.0.0-nightly.219+f9f7320b", | ||
"version": "2.0.0-nightly.222+8dd0e941", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"@iarna/toml": "^2.2.0", | ||
"@parcel/codeframe": "2.0.0-nightly.219+f9f7320b", | ||
"@parcel/diagnostic": "2.0.0-nightly.219+f9f7320b", | ||
"@parcel/logger": "2.0.0-nightly.219+f9f7320b", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.219+f9f7320b", | ||
"@parcel/codeframe": "2.0.0-nightly.222+8dd0e941", | ||
"@parcel/diagnostic": "2.0.0-nightly.222+8dd0e941", | ||
"@parcel/logger": "2.0.0-nightly.222+8dd0e941", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.222+8dd0e941", | ||
"ansi-html": "^0.0.7", | ||
@@ -44,3 +44,3 @@ "chalk": "^2.4.2", | ||
}, | ||
"gitHead": "f9f7320bed19a9a2a7d75d5c6da657272b4b44ef" | ||
"gitHead": "8dd0e94102e6bd8856b384fe04ce52e104df0e7e" | ||
} |
@@ -15,3 +15,3 @@ // @flow strict-local | ||
export {default as PromiseQueue} from './PromiseQueue'; | ||
// $FlowFixMe this is untyped | ||
// flowlint-next-line untyped-import:off | ||
export {default as promisify} from './promisify'; | ||
@@ -18,0 +18,0 @@ export {default as validateSchema} from './schema'; |
@@ -5,3 +5,3 @@ // @flow strict-local | ||
} from '@parcel/diagnostic'; | ||
// $FlowFixMe untyped | ||
// flowlint-next-line untyped-import:off | ||
import levenshteinDistance from 'js-levenshtein'; | ||
@@ -8,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
133692