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

@xyflow/svelte

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyflow/svelte - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

dist/lib/actions/drag/index.d.ts

21

package.json
{
"name": "@xyflow/svelte",
"version": "0.0.17",
"version": "0.0.18",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",

@@ -15,8 +15,8 @@ "keywords": [

"type": "module",
"module": "./dist/index.js",
"module": "./dist/lib/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
"types": "./dist/lib/index.d.ts",
"svelte": "./dist/lib/index.js",
"default": "./dist/lib/index.js"
},

@@ -35,3 +35,3 @@ "./dist/base.css": "./dist/base.css",

"classcat": "^5.0.4",
"@xyflow/system": "0.0.4"
"@xyflow/system": "0.0.5"
},

@@ -62,4 +62,3 @@ "devDependencies": {

"tslib": "^2.5.3",
"typescript": "5.1.3",
"vite": "^4.3.9"
"typescript": "5.1.3"
},

@@ -75,3 +74,3 @@ "peerDependencies": {

"index": [
"./dist/index.d.ts"
"./dist/lib/index.d.ts"
]

@@ -81,4 +80,4 @@ }

"scripts": {
"dev": "concurrently \"vite dev\" pnpm:css-watch",
"build": "svelte-kit sync && svelte-package -o dist && pnpm css",
"dev": "concurrently \"svelte-kit sync && svelte-package -o dist/lib -w\" pnpm:css-watch",
"build": "svelte-kit sync && svelte-package -o dist/lib && pnpm css",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

@@ -85,0 +84,0 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

Sorry, the diff of this file is not supported yet

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