Socket
Socket
Sign inDemoInstall

@baggie/functions

Package Overview
Dependencies
1
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.9 to 1.3.0

lib/arrays/intersperse.d.ts

1

lib/index.d.ts

@@ -0,1 +1,2 @@

export { intersperse } from "./arrays/intersperse";
export type { CookieAttributes } from "./cookie/setCookie";

@@ -2,0 +3,0 @@ export { deleteCookie } from "./cookie/deleteCookie";

@@ -0,1 +1,3 @@

/* Arrays */
export { intersperse } from "./arrays/intersperse";
export { deleteCookie } from "./cookie/deleteCookie";

@@ -2,0 +4,0 @@ export { getCookie } from "./cookie/getCookie";

2

package.json
{
"name": "@baggie/functions",
"version": "1.2.9",
"version": "1.3.0",
"description": "A library of tools for JavaScript and TypeScript. Handle cookies and timers that can be paused and resumed, etc.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc