Socket
Socket
Sign inDemoInstall

@koober/mrm-preset

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koober/mrm-preset - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

bootstrap/index.js

@@ -24,6 +24,6 @@ const { packageJson, json, install } = require('mrm-core');

scripts: {
configure: 'npm run mrm -- configure',
mrm: 'mrm --preset=@koober/mrm-preset'
configure: 'npx -p @koober/mrm-preset -c "npm run mrm -- bootstrap"',
mrm: 'mrm --preset @koober/mrm-preset',
},
version: '1.0.0'
version: '1.0.0',
};

@@ -42,8 +42,8 @@ const packageFile = packageJson(package);

preset: {
type: 'input'
type: 'input',
},
task: {
type: 'input'
}
type: 'input',
},
};
module.exports = task;
{
"name": "@koober/mrm-preset",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mrm configuration presets",

@@ -33,3 +33,3 @@ "keywords": [

"test": "npx npm-run-all -p 'test:*'",
"test:mrm-preset": "echo 'Error: no test specified'"
"test:mrm-preset": "echo 'Error: no test specified' && exit 0"
},

@@ -36,0 +36,0 @@ "bugs": {

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