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

apr-engine-each

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apr-engine-each - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

17

index.js

@@ -5,8 +5,11 @@ const defaults = require('lodash.defaults');

module.exports = (ctx) => {
return run(ctx.input, ctx.fn, defaults(ctx.opts, {
limit: Infinity,
after: ctx.after,
call: ctx.call
}));
};
module.exports = ctx =>
run(
ctx.input,
ctx.fn,
defaults(ctx.opts, {
limit: Infinity,
after: ctx.after,
call: ctx.call
})
);
{
"name": "apr-engine-each",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/ramitos/apr/tree/master/packages/engine-each",

@@ -11,5 +11,5 @@ "license": "MIT",

"dependencies": {
"apr-engine-run": "^1.0.1",
"apr-engine-run": "^1.0.2",
"lodash.defaults": "^4.2.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