Socket
Socket
Sign inDemoInstall

@reactflow/controls

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactflow/controls - npm Package Compare versions

Comparing version 11.1.15 to 11.1.16

dist/esm/index.mjs

24

package.json
{
"name": "@reactflow/controls",
"version": "11.1.15",
"version": "11.1.16",
"description": "Component to control the viewport of a React Flow instance",

@@ -18,4 +18,12 @@ "keywords": [

"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/umd/index.js"
},
"./dist/style.css": "./dist/style.css"
},
"sideEffects": [

@@ -34,5 +42,5 @@ "*.css"

"dependencies": {
"@reactflow/core": "11.7.4",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
"zustand": "^4.4.1",
"@reactflow/core": "11.8.0"
},

@@ -44,8 +52,8 @@ "peerDependencies": {

"devDependencies": {
"@reactflow/eslint-config": "0.0.0",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0",
"@types/node": "^18.7.16",
"@types/react": ">=17",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/eslint-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0"
},

@@ -52,0 +60,0 @@ "rollup": {

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