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

@parcel/utils

Package Overview
Dependencies
Maintainers
1
Versions
884
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/utils - npm Package Compare versions

Comparing version 2.0.0-nightly.219 to 2.0.0-nightly.222

2

lib/schema.js

@@ -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 @@

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