dripping-bucket
Advanced tools
Comparing version 1.1.6 to 1.1.16
{ | ||
"name": "dripping-bucket", | ||
"version": "1.1.6", | ||
"version": "1.1.16", | ||
"description": "Library to calculate delays for operations running against rate-limited services", | ||
@@ -39,16 +39,25 @@ "main": "dist/bucket.js", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-jest": "^22.4.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-node": "^6.0.0", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"jest": "^22.4.3" | ||
"babel-cli": "6.26.0", | ||
"babel-jest": "23.6.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"eslint": "5.5.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-node": "7.0.1", | ||
"eslint-plugin-promise": "4.0.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"jest": "23.6.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.10" | ||
}, | ||
"renovate": { | ||
"extends": [ | ||
"config:base" | ||
], | ||
"bumpVersion": "patch" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
} | ||
} |
@@ -196,3 +196,3 @@ [![Dependency Status](https://img.shields.io/david/salsita/dripping-bucket.svg)](https://david-dm.org/salsita/dripping-bucket) | ||
Copyright (c) 2017 Salsita Software | ||
Copyright (c) 2017, 2018 Salsita Software | ||
@@ -199,0 +199,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
Sorry, the diff of this file is not supported yet
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
26947