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

async-helpers

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-helpers - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -101,3 +101,3 @@ /*!

fn: self.helpers[name],
args: [].concat.apply([], arguments),
args: [].slice.call(arguments),
argRefs: []

@@ -104,0 +104,0 @@ };

{
"name": "async-helpers",
"description": "Use async helpers in template engines like Handlebars and Lodash.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/doowb/async-helpers",

@@ -6,0 +6,0 @@ "author": {

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