Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

annofp

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

annofp - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

lib/map.js

@@ -6,3 +6,2 @@ var annotate = require('annotate');

var each = require('./each');
var map = require('./map');
var keys = require('./keys');

@@ -12,3 +11,3 @@ var values = require('./values');

module.exports = annotate('map', 'Maps using given callback')
var map = annotate('map', 'Maps using given callback')
.on(is.fn, is.array, function(cb, o) {

@@ -27,1 +26,2 @@ var ret = [];

module.exports = map;

@@ -5,3 +5,3 @@ {

"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {

@@ -8,0 +8,0 @@ "annois": "0.3.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