Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orm

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orm - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

coverage/tmp/coverage-63313-1687794216361-0.json

4

Changelog.md

@@ -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))

14

package.json

@@ -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,

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