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

tsparticles

Package Overview
Dependencies
Maintainers
1
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsparticles - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

6

package.json
{
"name": "tsparticles",
"version": "1.1.1",
"version": "1.2.0",
"description": "Port of Vincent Garreau' particles.js which was originally a port of Vincent Garreau' particles.js, written in Typescript.",

@@ -9,5 +9,5 @@ "homepage": "https://github.com/matteobruni/tsparticles",

"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build": "npm run build:types && npm run build:js && npx webpack",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
"build:js": "babel src --out-dir build/js --extensions \".ts,.tsx\" --source-maps inline"
},

@@ -14,0 +14,0 @@ "repository": {

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