@types/d3-random
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -60,3 +60,3 @@ // Type definitions for D3JS d3-random module 1.1 | ||
/** | ||
* Returns a function for generating random numbers with a log-normal distribution. The expected value of the random variable’s natural logrithm is mu, | ||
* Returns a function for generating random numbers with a log-normal distribution. The expected value of the random variable’s natural logarithm is mu, | ||
* with the given standard deviation sigma. If mu is not specified, it defaults to 0; if sigma is not specified, it defaults to 1. | ||
@@ -63,0 +63,0 @@ * |
{ | ||
"name": "@types/d3-random", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for D3JS d3-random module", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Tom Wanzek", | ||
"url": "https://github.com/tomwanzek" | ||
"url": "https://github.com/tomwanzek", | ||
"githubUsername": "tomwanzek" | ||
}, | ||
{ | ||
"name": "Alex Ford", | ||
"url": "https://github.com/gustavderdrache" | ||
"url": "https://github.com/gustavderdrache", | ||
"githubUsername": "gustavderdrache" | ||
}, | ||
{ | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov" | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
} | ||
@@ -24,9 +27,8 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bcf4f71d74a3c663997af2e160934a57839846244579f0f4f8827cc5e8272165", | ||
"typesPublisherContentHash": "fa388107ecd97bcdb1aab0290db8201ad68cc95cf940cf102b9e90911f7fdd14", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-random | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/d3-random | ||
Additional Details | ||
* Last updated: Sat, 13 May 2017 17:12:32 GMT | ||
* Last updated: Wed, 23 May 2018 23:09:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7148