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

rollup-plugin-conditional-exec

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-conditional-exec - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

package.json
{
"name": "rollup-plugin-conditional-exec",
"version": "2.0.2",
"version": "2.0.3",
"author": "Alex Miller <codex.nz@gmail.com>",
"description": "Execute a given command after a bundle has been written",
"type": "module",
"homepage": "https://github.com/Codex-/rollup-plugin-conditional-exec#readme",

@@ -23,2 +22,3 @@ "repository": {

"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",

@@ -32,3 +32,3 @@ "exports": {

"require": {
"types": "./dist/cjs/index.d.cts",
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"

@@ -35,0 +35,0 @@ }

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