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

@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.0.0-next.2 to 11.0.0-next.3

dist/declarations/src/ControlButton.d.ts.map

1

dist/declarations/src/ControlButton.d.ts

@@ -5,1 +5,2 @@ import { FC, PropsWithChildren } from 'react';

export default ControlButton;
//# sourceMappingURL=ControlButton.d.ts.map

@@ -5,1 +5,2 @@ import { PropsWithChildren } from 'react';

export default _default;
//# sourceMappingURL=Controls.d.ts.map
/// <reference types="react" />
declare function FitViewIcon(): JSX.Element;
export default FitViewIcon;
//# sourceMappingURL=FitView.d.ts.map
/// <reference types="react" />
declare function LockIcon(): JSX.Element;
export default LockIcon;
//# sourceMappingURL=Lock.d.ts.map
/// <reference types="react" />
declare function MinusIcon(): JSX.Element;
export default MinusIcon;
//# sourceMappingURL=Minus.d.ts.map
/// <reference types="react" />
declare function PlusIcon(): JSX.Element;
export default PlusIcon;
//# sourceMappingURL=Plus.d.ts.map
/// <reference types="react" />
declare function UnlockIcon(): JSX.Element;
export default UnlockIcon;
//# sourceMappingURL=Unlock.d.ts.map
export { default as Controls } from './Controls';
export { default as ControlButton } from './ControlButton';
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -15,1 +15,2 @@ import { ButtonHTMLAttributes, HTMLAttributes } from 'react';

export declare type ControlButtonProps = ButtonHTMLAttributes<HTMLButtonElement>;
//# sourceMappingURL=types.d.ts.map

7

package.json
{
"name": "@reactflow/controls",
"version": "11.0.0-next.2",
"version": "11.0.0-next.3",
"description": "Component to control the viewport of a React Flow instance",

@@ -34,3 +34,3 @@ "keywords": [

"@babel/runtime": "^7.18.9",
"@reactflow/core": "11.0.0-next.2",
"@reactflow/core": "11.0.0-next.3",
"classcat": "^5.0.3"

@@ -48,4 +48,5 @@ },

"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6"
"postcss-nested": "^5.0.6",
"tsconfig": "*"
}
}
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