New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oasislabs/parcel

Package Overview
Dependencies
Maintainers
18
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oasislabs/parcel - npm Package Compare versions

Comparing version 1.0.0-beta.5.manual.1 to 1.0.0-beta.6

lib/bundle.cjs

15

package.json
{
"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",

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