@baggie/functions
Advanced tools
Comparing version 0.1.0-alpha.0 to 0.1.1-alpha.0
{ | ||
"name": "@baggie/functions", | ||
"version": "0.1.0-alpha.0", | ||
"description": "A library of tools for JavaScript and TypeScript. Timers that can be paused and resumed. More to come.", | ||
"version": "0.1.1-alpha.0", | ||
"description": "A library of tools for JavaScript and TypeScript. Handle cookies and timers that can be paused and resumed, etc.", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@baggie/detection": "^0.1.0-alpha.0" | ||
"@baggie/detection": "^0.1.1-alpha.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -1,6 +0,8 @@ | ||
<img alt="Baggie logo" src="https://github.com/larsmunkholm/baggie/raw/master/graphics/baggie.svg" height="100" /> | ||
<img alt="Baggie logo" src="https://github.com/bag-of-tricks/baggie/raw/master/media/baggie.svg" height="100" /> | ||
<h1>@baggie/functions</h1> | ||
Tools from [the little bag-of-tricks](https://github.com/larsmunkholm/baggie#readme) | ||
Misc. tools from [the little bag-of-tricks](https://github.com/bag-of-tricks/baggie#readme). | ||
Handle cookies and timers that can be paused and resumed, etc. | ||
<hr> | ||
@@ -7,0 +9,0 @@ <br> |
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
17195
19
+ Added@baggie/detection@0.1.1-alpha.1(transitive)
- Removed@baggie/detection@0.1.0-alpha.0(transitive)