mikro-orm
Advanced tools
+1
-1
| { | ||
| "name": "mikro-orm", | ||
| "version": "7.0.3-dev.21", | ||
| "version": "7.0.3", | ||
| "description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+1
-1
@@ -136,3 +136,3 @@ <h1 align="center"> | ||
| author.name = 'Jon Snow II'; | ||
| author.books.getItems().forEach(book => book.title += ' (2nd ed.)'); | ||
| author.books.getItems().forEach(book => (book.title += ' (2nd ed.)')); | ||
| author.books.add(orm.em.create(Book, { title: 'New Book', author })); | ||
@@ -139,0 +139,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%12588
-0.04%