Socket
Socket
Sign inDemoInstall

@parcel/plugin

Package Overview
Dependencies
Maintainers
1
Versions
878
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/plugin - npm Package Compare versions

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

2

lib/PluginAPI.js

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

exports.Reporter = exports.Optimizer = exports.Packager = exports.Validator = exports.Runtime = exports.Namer = exports.Bundler = exports.Resolver = exports.Transformer = exports.CONFIG = void 0;
const CONFIG = Symbol('config');
const CONFIG = Symbol.for('parcel-plugin-config');
exports.CONFIG = CONFIG;

@@ -10,0 +10,0 @@

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

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

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

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

@@ -15,3 +15,3 @@ // @flow

export const CONFIG = Symbol('config');
export const CONFIG = Symbol.for('parcel-plugin-config');

@@ -18,0 +18,0 @@ export class Transformer {

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