@types/lodash.merge
Advanced tools
Comparing version 4.6.0 to 4.6.1
@@ -5,4 +5,5 @@ // Type definitions for lodash.merge 4.6 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
import { merge } from "lodash"; | ||
export = merge; |
{ | ||
"name": "@types/lodash.merge", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "TypeScript definitions for lodash.merge", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "7f76601157385854354c8a9a2c6d81e3a1394928543bf630f34c997cae758d75" | ||
"typesPublisherContentHash": "94d813979256a0caac6d30c3e111f893b3a2558e8317b42065ddf6565f4734af", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -8,9 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/lodash.merge | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/lodash.merge | ||
Additional Details | ||
* Last updated: Mon, 05 Dec 2016 21:27:46 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: lodash | ||
* Last updated: Fri, 27 Jan 2017 21:43:30 GMT | ||
* Dependencies: lodash | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
{ | ||
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"lodash" | ||
], | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 6, | ||
"name": "lodash.merge", | ||
"libraryName": "lodash.merge", | ||
"typingsPackageName": "lodash.merge", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.merge" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "7f76601157385854354c8a9a2c6d81e3a1394928543bf630f34c997cae758d75" | ||
"data": { | ||
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"dependencies": { | ||
"lodash": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 6, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "lodash.merge", | ||
"typingsPackageName": "lodash.merge", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.merge/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "94d813979256a0caac6d30c3e111f893b3a2558e8317b42065ddf6565f4734af" | ||
}, | ||
"isLatest": true | ||
} |
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
2662
35
17