Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -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 { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
0
124800
68
2507
2
0
- Removed@types/mongodb@^2.2.6
- Removedmongodb@^2.2.29
- Removed@types/bson@4.2.4(transitive)
- Removed@types/mongodb@2.2.28(transitive)
- Removedbson@1.0.96.10.0(transitive)
- Removedbuffer-shims@1.0.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedes6-promise@3.2.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@1.0.0(transitive)
- Removedmongodb@2.2.36(transitive)
- Removedmongodb-core@2.1.20(transitive)
- Removedprocess-nextick-args@1.0.7(transitive)
- Removedreadable-stream@2.2.7(transitive)
- Removedrequire_optional@1.0.1(transitive)
- Removedresolve-from@2.0.0(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removedstring_decoder@1.0.3(transitive)
- Removedutil-deprecate@1.0.2(transitive)