@types/sequelize
Advanced tools
Comparing version 4.0.39 to 4.0.40
{ | ||
"name": "@types/sequelize", | ||
"version": "4.0.39", | ||
"description": "TypeScript definitions for Sequelize 4.0.0", | ||
"version": "4.0.40", | ||
"description": "TypeScript definitions for Sequelize", | ||
"license": "MIT", | ||
@@ -14,9 +14,9 @@ "author": "samuelneff <https://github.com/samuelneff>, Peter Harris <https://github.com/codeanimal>, Ivan Drinchev <https://github.com/drinchev>", | ||
"dependencies": { | ||
"@types/lodash": "*", | ||
"@types/bluebird": "*", | ||
"@types/lodash": "*", | ||
"@types/validator": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "7906d19c299a9bfc00722351a49b4aa5914f8dc76d1919d45192f4e433a99440" | ||
"typesPublisherContentHash": "a13f0efec8045cd22b5f25addb2ea548e8d0c4e0299b06ab133ad13356a27d99", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Sequelize 4.0.0 (http://sequelizejs.com). | ||
This package contains type definitions for Sequelize (http://sequelizejs.com). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/sequelize | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/sequelize | ||
Additional Details | ||
* Last updated: Tue, 01 Nov 2016 13:36:05 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: bluebird, lodash, validator | ||
* Module Dependencies: bluebird, lodash | ||
* Global values: sequelize | ||
* Last updated: Fri, 27 Jan 2017 22:02:16 GMT | ||
* Dependencies: lodash, bluebird, validator | ||
* Global values: none | ||
# Credits | ||
These definitions were written by samuelneff <https://github.com/samuelneff>, Peter Harris <https://github.com/codeanimal>, Ivan Drinchev <https://github.com/drinchev>. |
{ | ||
"authors": "samuelneff <https://github.com/samuelneff>, Peter Harris <https://github.com/codeanimal>, Ivan Drinchev <https://github.com/drinchev>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"bluebird", | ||
"lodash", | ||
"validator" | ||
], | ||
"moduleDependencies": [ | ||
"bluebird", | ||
"lodash" | ||
], | ||
"libraryMajorVersion": "4", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "Sequelize 4.0.0", | ||
"typingsPackageName": "sequelize", | ||
"projectName": "http://sequelizejs.com", | ||
"name": "sequelize", | ||
"libraryName": "Sequelize", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"sequelize" | ||
], | ||
"declaredModules": [ | ||
"sequelize" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "7906d19c299a9bfc00722351a49b4aa5914f8dc76d1919d45192f4e433a99440" | ||
"data": { | ||
"authors": "samuelneff <https://github.com/samuelneff>, Peter Harris <https://github.com/codeanimal>, Ivan Drinchev <https://github.com/drinchev>", | ||
"dependencies": { | ||
"lodash": "*", | ||
"bluebird": "*", | ||
"validator": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "Sequelize", | ||
"typingsPackageName": "sequelize", | ||
"projectName": "http://sequelizejs.com", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"sequelize/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "a13f0efec8045cd22b5f25addb2ea548e8d0c4e0299b06ab133ad13356a27d99" | ||
}, | ||
"isLatest": true | ||
} |
Sorry, the diff of this file is too big to display
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
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
219270
17