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.7.0 to 0.7.1

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.7.0",
"version": "0.7.1",
"files": [

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

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

input: options.input && path.join(cwd, options.input) || path.join(cwd, `src/index.js`),
external: Object.keys(pkg.dependencies),
external: Object.keys(pkg.dependencies || {}),
plugins: [

@@ -50,0 +50,0 @@ resolve({

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