Comparing version 0.3.0 to 0.4.0
@@ -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; |
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12758
4
345
4
1
+ Addedannomath@0.4.0(transitive)
+ Addedannotate@0.9.0(transitive)
+ Addedannozip@0.2.4(transitive)
- Removedrequire-dir@~0.1.0
- Removedannois@0.3.2(transitive)
- Removedannomath@0.2.0(transitive)
- Removedannotate@0.7.0(transitive)
- Removedannozip@0.2.6(transitive)
- Removedrequire-dir@0.1.0(transitive)
Updatedannomath@0.4.0
Updatedannotate@0.9.1
Updatedannozip@0.2.4