Socket
Socket
Sign inDemoInstall

@craftjs/utils

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@craftjs/utils - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

CHANGELOG.md
# @craftjs/utils
## 0.2.2
### Patch Changes
- [`9eff6b8`](https://github.com/prevwong/craft.js/commit/9eff6b811933da34f33143212bfb87b1a24829fe) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types
## 0.2.1

@@ -4,0 +10,0 @@

7

lib/RenderIndicator.d.ts
import React from 'react';
export declare const RenderIndicator: React.FC<any>;
type RenderIndicatorProps = {
style: React.CSSProperties;
parentDom?: HTMLElement;
};
export declare const RenderIndicator: ({ style, parentDom }: RenderIndicatorProps) => JSX.Element;
export {};

2

package.json
{
"name": "@craftjs/utils",
"description": "Utilities used internally across the craft.js monorepo",
"version": "0.2.1",
"version": "0.2.2",
"author": "Prev Wong <prevwong@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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