Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "arrivals", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Modeling arrival processes of events in a system.", | ||
@@ -17,2 +17,6 @@ "main": "index.js", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/artilleryio/arrivals.git" | ||
}, | ||
"author": "Hassy Veldstra <h@artillery.io>", | ||
@@ -19,0 +23,0 @@ "license": "ISC", |
@@ -1,2 +0,2 @@ | ||
# arrival-process | ||
# arrivals | ||
@@ -13,3 +13,3 @@ **Purpose**: Use this library to model the arrival of events in a system. | ||
`npm install --save arrival-process` | ||
`npm install arrivals` | ||
@@ -23,3 +23,3 @@ Two models of arrival processes are available: [Poisson](http://en.wikipedia.org/wiki/Poisson_process) and Uniform. | ||
// | ||
var arrivals = require('arrival-process'); | ||
var arrivals = require('arrivals'); | ||
@@ -48,3 +48,3 @@ // Create a Poisson process with the mean inter-arrival time of 500 ms that | ||
// | ||
var arrivals = require('arrival-process'); | ||
var arrivals = require('arrivals'); | ||
@@ -51,0 +51,0 @@ // Create an arrivals process that will trigger the callback every 500ms for |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10440
0