New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-command

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-command - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "rollup-plugin-command",
"version": "1.0.1",
"version": "1.0.2",
"description": "Run commands and call functions when bundles are generated",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -35,3 +35,3 @@ # rollup-plugin-run

`npm test`, // The next command will not be executed until this one is finished
require('./scripts/cleanup'), // If this returns a promise, run will wait for it to be resolved before moving on to the next
require('./scripts/cleanup'), // If this returns a promise, this plugin will wait for it to be resolved before moving on to the next
],

@@ -38,0 +38,0 @@ { quitOnFail: true }