Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arrivals

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrivals - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"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",

8

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc