Comparing version 7.1.0 to 7.1.1
@@ -0,1 +1,5 @@ | ||
### v7.1.1 | ||
- Resolve most development-only security vulnerabilities (no production ones present) ([861](../../pull/861)) | ||
- Don't run test on node 10 & 12 - dev deps don't work | ||
### v7.1.0 | ||
@@ -2,0 +6,0 @@ - Add `isDirty` function to instances ([859](../../pull/859)) |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"license": "MIT", | ||
@@ -58,3 +58,3 @@ "homepage": "http://dresende.github.io/node-orm2", | ||
"scripts": { | ||
"test": "nyc make test" | ||
"test": "c8 make test" | ||
}, | ||
@@ -76,16 +76,16 @@ "engines": { | ||
"devDependencies": { | ||
"c8": "~8.0.0", | ||
"chalk": "~4.1.2", | ||
"glob": "~7.2.0", | ||
"glob": "~10.3.0", | ||
"mocha": "~9.2.2", | ||
"mongodb": "~1.4.10", | ||
"mysql": "~2.18.1", | ||
"nyc": "~15.1.0", | ||
"pg": "~8.7.1", | ||
"semver": "~7.3.5", | ||
"semver": "^7.5.3", | ||
"should": "~13.2.3", | ||
"sinon": "~11.1.2", | ||
"sqlite3": "~5.0.2" | ||
"sqlite3": "~5.1.6" | ||
}, | ||
"optionalDependencies": {}, | ||
"nyc": { | ||
"c8": { | ||
"check-coverage": true, | ||
@@ -92,0 +92,0 @@ "statements": 89.22, |
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
2512287
61