New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-day-picker - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

utils/queue.d.ts

6

package.json
{
"name": "svelte-day-picker",
"version": "0.0.2",
"version": "0.0.3",
"author": {

@@ -40,3 +40,2 @@ "name": "Michal Grňo (m93a)",

"dependencies": {
"@iter-tools/queue": "^1.5.2",
"@js-temporal/polyfill": "^0.4.1"

@@ -56,5 +55,6 @@ },

"./utils/iterable": "./utils/iterable.js",
"./utils/misc": "./utils/misc.js"
"./utils/misc": "./utils/misc.js",
"./utils/queue": "./utils/queue.js"
},
"svelte": "./DayPicker.svelte"
}

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

import Queue from '@iter-tools/queue';
import Queue from './queue';
const { floor } = Math;

@@ -3,0 +3,0 @@ // #endregion

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