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

@parcel/packager-raw

Package Overview
Dependencies
Maintainers
1
Versions
883
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/packager-raw - npm Package Compare versions

Comparing version 2.0.0-alpha.1.1 to 2.0.0-alpha.2

2

lib/RawPackager.js

@@ -15,3 +15,3 @@ "use strict";

var _default = new _plugin.Packager({
async package({
package({
bundle

@@ -18,0 +18,0 @@ }) {

{
"name": "@parcel/packager-raw",
"version": "2.0.0-alpha.1.1",
"version": "2.0.0-alpha.2",
"license": "MIT",

@@ -11,9 +11,9 @@ "repository": {

"engines": {
"node": ">= 8.0.0",
"node": ">= 10.0.0",
"parcel": "^2.0.0-alpha.1.1"
},
"dependencies": {
"@parcel/plugin": "^2.0.0-alpha.1.1"
"@parcel/plugin": "^2.0.0-alpha.2"
},
"gitHead": "8f9c49c1c53753b1139501cc4090cd4b1ab5ac0b",
"gitHead": "aa2619af0a50fecbab024d30521391814560337f",
"publishConfig": {

@@ -20,0 +20,0 @@ "access": "public"

@@ -7,3 +7,3 @@ // @flow strict-local

export default new Packager({
async package({bundle}) {
package({bundle}) {
let assets = [];

@@ -10,0 +10,0 @@ bundle.traverseAssets(asset => {

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