Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

attic-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attic-datepicker - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/attic-datepicker.css

21

package.json

@@ -6,6 +6,6 @@ {

],
"main": "./index.js",
"module": "./index.es.js",
"main": "./attic-datepicker.js",
"module": "./attic-datepicker.es.js",
"private": false,
"version": "0.0.6",
"version": "0.0.7",
"description": "Beautiful single and range date picker that is built with Tailwind CSS and Vue 3 using day.js",

@@ -42,8 +42,12 @@ "keywords": [

"dev": "vite",
"docs:dev": "vite serve docs",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
"build": "npm run build:lib-es & npm run build:lib-umd",
"build:lib-es": "LIB_FORMAT=es vite build",
"build:lib-umd": "LIB_FORMAT=umd vite build",
"docs:dev": "vite serve docs/src",
"docs:build": "vite build docs/src",
"docs:preview": "vite preview docs/src"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"autoprefixer": "^10.4.8",

@@ -53,5 +57,7 @@ "dayjs": "^1.11.5",

"postcss": "^8.4.16",
"prismjs": "^1.28.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-svg-loader": "^3.4.0",
"vue": "^3.2.37",

@@ -64,3 +70,6 @@ "vue-tsc": "^0.39.5"

"vue": "^3.2.37"
},
"dependencies": {
"sass": "^1.54.5"
}
}

Sorry, the diff of this file is not supported yet

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