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

dev-dep-tool

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-dep-tool - npm Package Compare versions

Comparing version 0.0.14-dev.0 to 0.0.14-dev.1

2

bin/checkOutdated/index.js

@@ -37,5 +37,5 @@ var _path = require('path');

c.filter((a) => a.endsWith('package.json')).forEach((a) => l(b, a, j)), n = await m({ pathTemp: d, packageInfoMap: e, dependencyMap: g });
} else console.log(`[checkOutdated] direct checking '${b}'`), l(b, b, j), console.log({ packageInfoMap: e }), n = await (0, _logResult.logCheckOutdatedResult)(e, (0, _path.dirname)(b));
} else console.log(`[checkOutdated] direct checking '${b}'`), l(b, b, j), n = await (0, _logResult.logCheckOutdatedResult)(e, (0, _path.dirname)(b));
process.exit(n);
};
exports.doCheckOutdated = n;

@@ -19,6 +19,8 @@ const a = (a) => {

const e = (c) => {
const d = Object.assign({}, a('__DEV_FLAG_MAP__'), process.argv.slice(2).reduce((a, b) => (c.includes(b) && (a[b] = true), a), {}));
return b('__DEV_FLAG_MAP__', d), d;
const d = [...(a('__DEV_FLAG_LIST__') || []), ...process.argv.slice(2)];
const e = c.filter((a) => d.includes(a));
return b('__DEV_FLAG_LIST__', e), e;
};
const f = (a, b) => a(b).then(() => {
const f = (a, b, c) => a.find((a) => b.includes(a)) || c;
const g = (a, b) => a(b).then(() => {
b.padLog(`done`);

@@ -33,2 +35,3 @@ }, (a) => {

exports.loadFlag = e;
exports.runMain = f;
exports.checkFlag = f;
exports.runMain = g;

@@ -1,1 +0,1 @@

{"name":"dev-dep-tool","version":"0.0.14-dev.0","author":"dr-js","license":"MIT","description":"Provide common package devDependencies","keywords":["Dr","Dr-js","JavaScript"],"homepage":"https://github.com/dr-js/dev-dep#readme","repository":{"type":"git","url":"git+https://github.com/dr-js/dev-dep.git"},"bugs":{"url":"https://github.com/dr-js/dev-dep/issues"},"bin":"bin/index.js","dependencies":{"dr-js":"^0.11.1-dev.0"}}
{"name":"dev-dep-tool","version":"0.0.14-dev.1","author":"dr-js","license":"MIT","description":"Provide common package devDependencies","keywords":["Dr","Dr-js","JavaScript"],"homepage":"https://github.com/dr-js/dev-dep#readme","repository":{"type":"git","url":"git+https://github.com/dr-js/dev-dep.git"},"bugs":{"url":"https://github.com/dr-js/dev-dep/issues"},"bin":"bin/index.js","dependencies":{"dr-js":"^0.11.1-dev.0"}}
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