You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

memory-orm

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memory-orm - npm Package Compare versions

Comparing version

to
0.6.6

2

package.json
{
"name": "memory-orm",
"version": "0.6.5",
"version": "0.6.6",
"description": "client side ORM + map reduce",

@@ -5,0 +5,0 @@ "author": "7korobi",

@@ -7,3 +7,3 @@ import { ID, NameBase } from './type'

get id() {
return this._id
return this._id!
}

@@ -10,0 +10,0 @@