@oasislabs/parcel
Advanced tools
Comparing version 1.0.0-beta.5.manual.1 to 1.0.0-beta.6
{ | ||
"name": "@oasislabs/parcel", | ||
"version": "1.0.0-beta.5.manual.1", | ||
"version": "1.0.0-beta.6", | ||
"license": "Apache-2.0", | ||
"author": "Oasis Labs <feedback@oasislabs.com>", | ||
"main": "lib/bundle.cjs", | ||
"module": "lib/index.js", | ||
"main": "lib/cjs/index.js", | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
"import": "./lib/index.js", | ||
"require": "./lib/cjs/index.js" | ||
"require": "./lib/bundle.cjs", | ||
"import": "./lib/index.js" | ||
}, | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
@@ -19,3 +19,3 @@ "lib", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"build": "esbuild src/index.ts --platform=node --target=node14 --bundle --minify --outfile=lib/bundle.cjs && tsc -b", | ||
"fmt": "xo --fix && prettier --write {tsconfig,package}.json", | ||
@@ -74,2 +74,3 @@ "lint": "xo && prettier --check {tsconfig,package}.json", | ||
"cypress": "^6.0.0", | ||
"esbuild": "^0.11.16", | ||
"eslint-config-xo-typescript": "^0.38.0", | ||
@@ -76,0 +77,0 @@ "eslint-plugin-cypress": "^2.11.2", |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
798111
28
68
6681
3
2
6