New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clds/component-enhancer

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/component-enhancer - npm Package Compare versions

Comparing version

to
0.51.5

12

dist/textWrap.js
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
import { Children, isValidElement, useMemo, } from 'react';
import { FormattedMessage } from 'react-intl';
import { default as styled } from 'styled-components';
let FormattedMessage = null;
try {
// eslint-disable-next-line max-len
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access,@typescript-eslint/no-var-requires
FormattedMessage = require('react-intl').FormattedMessage;
}
catch (e) {
if (!(e instanceof Error) || !~e.message.indexOf('Cannot find')) {
throw e;
}
}
export const useWrapTextChildren = (children) => {

@@ -16,0 +6,0 @@ return useMemo(() => Children.toArray(children).map((child, idx) => {

2

package.json
{
"name": "@clds/component-enhancer",
"description": "",
"version": "0.51.4",
"version": "0.51.5",
"type": "module",

@@ -6,0 +6,0 @@ "author": "Cloudinary",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet