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.4 to 1.0.0-alpha.5

build/lib/array-collection.d.ts

1

lib/main.ts

@@ -7,3 +7,2 @@ import * as utils from './utils';

export { ModelArray } from './model-array';
export { MongoCollection } from './mongo-collection';
export { utils };
{
"name": "octonom",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Object Document Mapper for any database",
"main": "lib-js/main.js",
"types": "lib-js/main.d.ts",
"main": "build/lib/main.js",
"types": "build/lib/main.d.ts",
"scripts": {
"build": "rm -rf ./lib-js && tsc",
"lint": "tslint -p tsconfig.json lib/**/*.ts",
"prepare": "npm run build",
"test": "mocha --opts ./mocha.opts",
"test-cover": "nyc npm test",
"test-cover-submit": "nyc report --reporter=json && codecov -f coverage/*.json"
"build": "rm -rf ./build && tsc -p tsconfig.build.json",
"prepare": "npm run build"
},
"keywords": [
"octonom",
"ODM",

@@ -29,26 +26,9 @@ "ORM",

"bugs": "https://github.com/paperhive/octonom/issues",
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-as-promised": "0.0.31",
"@types/mocha": "^2.2.41",
"@types/sinon": "^2.3.3",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"codecov": "^2.2.0",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"sinon": "^2.4.0",
"ts-node": "^3.1.0",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
},
"dependencies": {
"@types/lodash": "^4.14.66",
"@types/mongodb": "^2.2.6",
"@types/node": "^8.0.2",
"@types/uuid": "^3.0.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.29",
"uuid": "^3.1.0"
}
}
import { Model, utils } from '../../../lib/main';
import { collections } from '../collections';
import { IPerson, PersonModel } from './person';
import { PersonModel } from './person';

@@ -6,0 +6,0 @@ export interface IGroupWithReferences {

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