@baggie/functions
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -11,8 +11,3 @@ "use strict"; | ||
expect((0, intersperse_1.intersperse)([10, 15], 11, 12, 13, 14)).toStrictEqual([ | ||
10, | ||
11, | ||
12, | ||
13, | ||
14, | ||
15, | ||
10, 11, 12, 13, 14, 15, | ||
]); | ||
@@ -19,0 +14,0 @@ expect((0, intersperse_1.intersperse)([10, 15], ...["11", 12, "13", 14])).toStrictEqual([ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { CookieAttributes } from "./setCookie"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { intersperse } from "./arrays/intersperse"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Timer } from "./timer"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@baggie/functions", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A library of tools for JavaScript and TypeScript. Handle cookies and timers that can be paused and resumed, etc.", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"test": "jest --verbose --runInBand", | ||
"publish": "npm publish" | ||
"deploy": "npm publish" | ||
}, | ||
@@ -28,3 +28,3 @@ "files": [ | ||
"dependencies": { | ||
"@baggie/detection": "^1.4.0" | ||
"@baggie/detection": "^1.5.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -0,0 +0,0 @@ <img alt="Baggie logo" src="https://github.com/bag-of-tricks/baggie/raw/master/media/baggie.svg" height="100" /> |
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
28936
831
Updated@baggie/detection@^1.5.0