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 1.0.2 to 2.0.0

dist/cjs/index.d.ts

21

package.json
{
"name": "rollup-plugin-conditional-exec",
"version": "1.0.2",
"version": "2.0.0",
"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",

@@ -21,6 +22,18 @@ "repository": {

],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dis/cjs/index.cjs"
}
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "tsc -p tsconfig.cjs.json & tsc -p tsconfig.esm.json",
"format:check": "prettier --check \"{**/*,*}.{js,ts}\"",

@@ -27,0 +40,0 @@ "format:write": "npm run format:check -- --write",

dist/index.d.ts
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