Socket
Socket
Sign inDemoInstall

@baggie/functions

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baggie/functions - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

0

lib/arrays/intersperse.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export {};

7

lib/arrays/intersperse.test.js

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

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

6

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

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