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.3.0 to 0.4.0

16

lib/index.js

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

module.exports = require('require-dir')('.');
'use strict';
var names = [
'chain', 'chunk', 'copy', 'count', 'deepcopy', 'each', 'every',
'filter', 'first', 'flatten', 'id', 'keys', 'last', 'map',
'merge', 'noop', 'not', 'partial', 'prop', 'reduce', 'some',
'values'
];
var modules = {};
names.forEach(function(name) {
modules[name] = require('./' + name);
});
module.exports = modules;

16

package.json

@@ -5,14 +5,14 @@ {

"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"annois": "0.3.0",
"annotate": "0.7.0",
"require-dir": "~0.1.0",
"annomath": "~0.2.0",
"annozip": "~0.2.1"
"annotate": "0.9.1",
"annomath": "0.4.0",
"annozip": "0.2.4"
},
"devDependencies": {
"annogenerate": "0.6.2",
"annofuzz": "~0.3.1",
"annoops": "~0.2.0"
"require-dir": "0.1.0",
"annogenerate": "0.8.0",
"annofuzz": "0.4.6",
"annoops": "0.2.0"
},

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

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