moog-require
Advanced tools
Comparing version 0.4.2 to 1.0.0
{ | ||
"name": "moog-require", | ||
"version": "0.4.2", | ||
"version": "1.0.0", | ||
"description": "moog-require extends moog with support for type definitions in local files and npm modules.", | ||
"main": "index.js", | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"lodash": "2.4.x", | ||
"resolve": "^1.0.0", | ||
"moog": "^0.3.1" | ||
"async": "^1.0.0", | ||
"lodash": "^4.0.0", | ||
"moog": "^1.0.0", | ||
"resolve": "^1.7.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "2.1.x" | ||
"mocha": "^5.0.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "scripts": { |
@@ -340,2 +340,4 @@ [![Build Status](https://travis-ci.org/punkave/moog-require.svg?branch=master)](https://travis-ci.org/punkave/moog-require) | ||
1.0.0: `moog`, `async` and `lodash` dependencies updated to satisfy `npm audit`. Declared 1.x as this has been a stable part of Apostrophe 2.x for a long time. | ||
0.4.1: fixed `moog` dependency to use the version that supports `autoload: false`. | ||
@@ -342,0 +344,0 @@ |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45455
29
965
1
352
+ Addedasync@1.5.2(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmoog@1.1.0(transitive)
- Removedasync@0.9.2(transitive)
- Removedlodash@2.4.2(transitive)
- Removedmoog@0.3.1(transitive)
Updatedasync@^1.0.0
Updatedlodash@^4.0.0
Updatedmoog@^1.0.0
Updatedresolve@^1.7.1