Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "adds", | ||
"description": "Javascript client for https://www.aviationweather.gov/ text data server", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"author": { | ||
@@ -11,3 +11,3 @@ "name": "Forrest Desjardins", | ||
"dependencies": { | ||
"superagent": "^4.1.0", | ||
"superagent": "^5.1.0", | ||
"xml-reader": "^2.4.3" | ||
@@ -17,7 +17,7 @@ }, | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.2", | ||
"mocha": "^6.0.1", | ||
"coveralls": "^3.0.6", | ||
"mocha": "^6.2.0", | ||
"nock": "^10.0.6", | ||
"nyc": "^13.3.0", | ||
"standard": "^12.0.1" | ||
"nyc": "^14.1.1", | ||
"standard": "^14.0.2" | ||
}, | ||
@@ -80,4 +80,4 @@ "engines": { | ||
"scripts": { | ||
"test": "standard *.js && nyc ./node_modules/.bin/mocha test.js" | ||
"test": "eslint *.js && nyc mocha test.js" | ||
} | ||
} |
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
8573
+ Addedfast-safe-stringify@2.1.1(transitive)
+ Addedform-data@3.0.2(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedsuperagent@5.3.1(transitive)
- Removedform-data@2.5.2(transitive)
- Removedsuperagent@4.1.0(transitive)
Updatedsuperagent@^5.1.0