Socket
Socket
Sign inDemoInstall

big-time

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-time - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

LICENSE.md
The MIT License (MIT)
Copyright (c) 2015-2017 Continuation Labs
Copyright (c) 2018 Adam Bretz

@@ -5,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

10

package.json
{
"name": "big-time",
"version": "2.0.0",
"version": "2.0.1",
"description": "Big time makes it possible to have a timeout that is longer than 24.8 days (2^31-1 milliseconds).",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"author": "Adam Bretz <arbretz@gmail.com>",
"main": "lib/index.js",
"homepage": "https://github.com/continuationlabs/big-time",
"homepage": "https://github.com/arb/big-time",
"repository": {
"type": "git",
"url": "git://github.com/continuationlabs/big-time.git"
"url": "git://github.com/arb/big-time.git"
},
"bugs": {
"url": "https://github.com/continuationlabs/big-time/issues"
"url": "https://github.com/arb/big-time/issues"
},

@@ -15,0 +15,0 @@ "license": "MIT",

# Big-Time
[![Current Version](https://img.shields.io/npm/v/big-time.svg)](https://www.npmjs.org/package/big-time)
[![Build Status via Travis CI](https://travis-ci.org/continuationlabs/big-time.svg?branch=master)](https://travis-ci.org/continuationlabs/big-time)
![Dependencies](http://img.shields.io/david/continuationlabs/big-time.svg)
[![Build Status via Travis CI](https://travis-ci.org/arb/big-time.svg?branch=master)](https://travis-ci.org/arb/big-time)
[![belly-button-style](https://img.shields.io/badge/eslint-bellybutton-4B32C3.svg)](https://github.com/continuationlabs/belly-button)
[![belly-button-style](https://cdn.rawgit.com/continuationlabs/belly-button/master/badge.svg)](https://github.com/continuationlabs/belly-button)

@@ -9,0 +8,0 @@ Reworking of [long-timeout](https://github.com/tellnes/long-timeout) that has more features, follows correct semver, and has unit tests. Big-Time is a custom timer class to allow really long values into `setTimeout` that are larger than JavaScript would normally support (2^31-1).

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