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

marlin-conf

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marlin-conf - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

README.md

5

mc-tool.js

@@ -114,4 +114,4 @@ //modules

var toTxt=ch=>ch.map(i=>mc.build(i))
var banner=cfg=>a=>(a.unshift('// this file genarated by '+cfg.name+' '+cfg.version,'// used revision '+cfg.git+' as base','// below listed only differences'),a)
//exports

@@ -136,3 +136,3 @@

module.exports.makeTxt=(root,base)=>file=>{
module.exports.makeTxt=(root,base,git)=>file=>{
var p=path.parse(file);

@@ -149,2 +149,3 @@ var conf = inFile(file).then(mc.h2json);

.then(unique)
.then(banner(git))
.then(array2text)

@@ -151,0 +152,0 @@ .then(outFile(path.join(p.dir,p.name+'.txt')))

2

package.json
{
"name": "marlin-conf",
"version": "1.0.2",
"version": "1.0.3",
"description": "configuration tool for Marlin project",

@@ -5,0 +5,0 @@ "scripts": {

@@ -8,2 +8,3 @@ //modules

var walk = require('./walk').walk;
var pjson = require('./package.json');

@@ -64,3 +65,3 @@ var gitRoot=()=>

base
.then(a=>mctool.makeTxt(a[0],a[1])(path.join(a[0],f+'.h')))
.then(a=>mctool.makeTxt(a[0],a[1],{git:is.git,name:pjson.name,version:pjson.version})(path.join(a[0],f+'.h')))
})

@@ -76,6 +77,6 @@ }else

function help(){
console.log(`
console.log(`${pjson.name} v ${pjson.version}
usage: mct help|git|tree
commands:
mct git <git-tag> json|h
mct git <git-tag> json|h|txt
json: compare [gitroot]/Marlin/Configuration*.h files

@@ -82,0 +83,0 @@ between git-tag files and files in folder then

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