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

octonom

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octonom - npm Package Compare versions

Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12

1

build/lib/main.d.ts
import * as utils from './utils';
export { ArrayCollection } from './array-collection';
export { Collection, ICollectionOptions } from './collection';
export { ValidationError } from './errors';
export { IModelConstructor, Model } from './model';
export { ModelArray } from './model-array';
export { utils };

@@ -9,2 +9,4 @@ "use strict";

exports.Collection = collection_1.Collection;
var errors_1 = require("./errors");
exports.ValidationError = errors_1.ValidationError;
var model_1 = require("./model");

@@ -11,0 +13,0 @@ exports.Model = model_1.Model;

@@ -5,4 +5,5 @@ import * as utils from './utils';

export { Collection, ICollectionOptions } from './collection';
export { ValidationError } from './errors';
export { IModelConstructor, Model } from './model';
export { ModelArray } from './model-array';
export { utils };

2

package.json
{
"name": "octonom",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Object Document Mapper for any database",

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

Sorry, the diff of this file is not supported yet

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