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

@ddict/popup

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ddict/popup - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

dist/howler-DJIW9wc6.js

67

package.json
{
"name": "@ddict/popup",
"version": "1.0.6",
"files": [
"dist"
],
"main": "./dist/popup.umd.js",
"module": "./dist/popup.es.js",
"license": "UNLICENSED",
"scripts": {
"lint": "eslint src",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"daisyui": "^1.25.4",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.6.0",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19",
"vite": "^2.7.2"
}
"name": "@ddict/popup",
"version": "1.0.7",
"type": "module",
"files": [
"dist"
],
"main": "./dist/popup.umd.js",
"module": "./dist/popup.es.js",
"license": "UNLICENSED",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"format-check": "prettier --check src/"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.5",
"@vueuse/core": "^10.11.0",
"@vueuse/sound": "^2.0.1",
"daisyui": "^4.12.10",
"pinia": "^2.1.7",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vuetify": "^2.4.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4",
"vite": "^5.3.3"
}
}
# Ddict Popup
To get the Ddict Popup project up and running on your local machine, follow these steps:
## Prerequisites
- Node v20+
### Installation
```
npm install
```
### Running the Project Locally
```
npm run dev
```
This command will start a local development server. You can now access the application in your web browser at the address provided in the terminal output (usually http://localhost:5173).
### Run Lint Check
To check for linting errors, run:
```
npm run lint
```
This command will use ESLint to check your code for any linting errors based on the project's configuration.
### Format Code with Prettier
To format your code according to the project's Prettier configuration, run:
```
npm run format
```
### Building the Project
```
npm run build
```
This command compiles the application into static files in the dist directory. These files can then be deployed to a web server.
## Previewing the Build
After building the project, you can preview the production build locally by running:
```
npm run preview
```
Check the terminal output for the local URL to access the preview (usually http://localhost:4173)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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