Socket
Socket
Sign inDemoInstall

vue3-particles

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-particles - npm Package Compare versions

Comparing version 2.0.6 to 2.1.0

.eslintrc.cjs

62

CHANGELOG.md

@@ -6,61 +6,9 @@ # Change Log

## [2.0.6](https://github.com/matteobruni/tsparticles/compare/vue3-particles@2.0.5...vue3-particles@2.0.6) (2022-04-16)
# [2.1.0](https://github.com/matteobruni/tsparticles/compare/vue3-particles@2.0.6...vue3-particles@2.1.0) (2022-06-18)
**Note:** Version bump only for package vue3-particles
### Bug Fixes
## [2.0.5](https://github.com/matteobruni/tsparticles/compare/vue3-particles@2.0.4...vue3-particles@2.0.5) (2022-04-14)
**Note:** Version bump only for package vue3-particles
## [2.0.4](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.43.1...vue3-particles@2.0.4) (2022-04-06)
**Note:** Version bump only for package vue3-particles
## 2.0.3 (2022-03-11)
## [1.43.1](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.43.0...vue3-particles@1.43.1) (2022-04-06)
**Note:** Version bump only for package vue3-particles
# [1.43.0](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.42.4...vue3-particles@1.43.0) (2022-04-04)
**Note:** Version bump only for package vue3-particles
## [1.42.4](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.42.3...vue3-particles@1.42.4) (2022-03-20)
**Note:** Version bump only for package vue3-particles
## [1.42.3](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.42.2...vue3-particles@1.42.3) (2022-03-18)
**Note:** Version bump only for package vue3-particles
## 1.42.2 (2022-03-14)
**Note:** Version bump only for package vue3-particles
* **deps:** update dependency @capacitor/core to v3.5.0 ([581bb7e](https://github.com/matteobruni/tsparticles/commit/581bb7e2f4f6aceb3535daf9223954a80f2daa81))
* **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb))
* fixed connect links options ([5eb3186](https://github.com/matteobruni/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5))
{
"name": "vue3-particles",
"version": "2.0.6",
"version": "2.1.0",
"description": "Official tsParticles Vue.js 3.x Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js 2.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"clean": "rm -rf dist/*",
"build": "npm run clean && yarn rollup --config rollup.config.js",
"prepack": "yarn build"
},
"keywords": [

@@ -61,6 +56,9 @@ "tsparticles",

],
"main": "dist/vue3-particles.js",
"module": "dist/vue3-particles.js",
"unpkg": "dist/vue3-particles.min.js",
"jsdelivr": "dist/vue3-particles.min.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"repository": {

@@ -73,5 +71,2 @@ "url": "https://github.com/matteobruni/tsparticles",

"license": "MIT",
"files": [
"dist"
],
"bugs": {

@@ -91,41 +86,28 @@ "url": "https://github.com/matteobruni/tsparticles/issues"

],
"peerDependencies": {
"vue": ">=3"
},
"dependencies": {
"core-js": "^3.20.1",
"tsparticles-engine": "^2.0.6",
"vue-class-component": "^8.0.0-rc.1"
"tsparticles-engine": "^2.1.0",
"vue": "^3.2.36"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vue/cli-plugin-babel": "~5.0.0-beta.4",
"@vue/cli-plugin-eslint": "~5.0.0-beta.4",
"@vue/cli-plugin-typescript": "~5.0.0-beta.4",
"@vue/cli-service": "~5.0.0-beta.4",
"@vue/compiler-sfc": "^3.2.2",
"@rushstack/eslint-patch": "^1.1.3",
"@types/node": "^17.0.35",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.0",
"is-svg": "^4.3.1",
"prettier": "^2.3.2",
"rollup": "^2.56.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.31.0",
"rollup-plugin-vue": "^6.0.0",
"ssri": "^9.0.0",
"typescript": "~4.6.3",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.16.0",
"eslint-plugin-vue": "^9.0.1",
"prettier": "^2.6.2",
"typescript": "~4.7.3",
"vite": "^2.9.9",
"vite-plugin-dts": "^1.1.1",
"vue-tsc": "^0.37.3"
},
"gitHead": "f0116e0c527e0ed4fd3155ba0340bee4e2cd0365"
"main": "dist/particles.vue3.umd.js",
"module": "dist/particles.vue3.es.js",
"types": "dist/index.d.ts",
"unpkg": "dist/particles.vue3.umd.min.js",
"jsdelivr": "dist/particles.vue3.umd.min.js",
"gitHead": "632da6ee30bac17ad67e352217f5180eb2b1016f"
}

@@ -126,2 +126,14 @@ [![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org)

```javascript
import { loadFull } from "tsparticles";
const particlesInit = async (engine) => {
await loadFull(engine);
}
const particlesLoaded = async (container) => {
console.log("Particles container loaded", container);
}
```
### TypeScript errors

@@ -128,0 +140,0 @@

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