Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@bpmn-io/dmn-migrate-cli
Advanced tools
Migrate DMN diagrams to the latest DMN standard version, via your command line.
Install the command line globally:
npm install -g @bpmn-io/dmn-migrate-cli
Altenatively, run the utility directly via npx
:
npx @bpmn-io/dmn-migrate-cli -o migrated/ '**/*.dmn'
Migrate your DMN diagrams to DMN 1.3.
Usage
$ dmn-migrate -o [file|directory] [...inputs]
Inputs may be glob patterns, too.
If no input is given we read from stdin.
Options
--output, -o Output file or directory. Output directory must
end with file separator. If not given we pipe to
stdout.
Examples
$ dmn-migrate -o bar.dmn foo.dmn
$ dmn-migrate -o migrated/ *.dmn
$ cat foo.dmn | dmn-migrate > migrated/foo.migrated.dmn
MIT
0.3.2
DOCS
: add installation documentationFAQs
Command-line interface for @bpmn-io/dmn-migrate.
The npm package @bpmn-io/dmn-migrate-cli receives a total of 5 weekly downloads. As such, @bpmn-io/dmn-migrate-cli popularity was classified as not popular.
We found that @bpmn-io/dmn-migrate-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.