Socket
Socket
Sign inDemoInstall

datumo

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

4

lib/index.js

@@ -150,2 +150,6 @@ /* global Symbol */

static get modelName() {
return this.name;
}
static subset() {

@@ -152,0 +156,0 @@ if (typeof this.schema !== 'object' || !this.schema) {

2

package.json
{
"name": "datumo",
"version": "0.1.2",
"version": "0.1.3",
"description": "Lightweight data modelling for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -44,5 +44,5 @@ # datumo

ES6 provides a lot of new conveniences, arguably the most notable addition being
class support. Datumo makes data modelling using ES6 classes incredibly easy and
syntactically compact.
ES6 provides a lot of new conveniences, with classes arguably as the most
notable addition. Datumo makes data modelling using ES6 classes incredibly easy
and syntactically compact.

@@ -49,0 +49,0 @@ ## Details

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc