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

pika-plugin-build-web-babel

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pika-plugin-build-web-babel - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

package.json
{
"name": "pika-plugin-build-web-babel",
"description": "A @pika/pack plugin: Adds an babel compiled ESM distribution to your package",
"version": "0.9.3",
"version": "0.9.4",
"files": [

@@ -6,0 +6,0 @@ "src/"

@@ -18,3 +18,3 @@ var path = (require('path'));

var workerPlugin = require('./worker-plugin');
var postcss = require('rollup-plugin-postcss');
var postcss = require('rollup-plugin-postcss');

@@ -69,2 +69,3 @@ const defaultFormat = 'esm';

resolve({
browser: true,
extensions,

@@ -82,5 +83,3 @@ }),

if (format === 'umd') {
plugins.push(commonjs());
}
plugins.push(commonjs());

@@ -87,0 +86,0 @@ if (options.terser) {

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