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

@elementor/editor-v1-adapters

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elementor/editor-v1-adapters - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

CHANGELOG.md

6

package.json
{
"name": "@elementor/editor-v1-adapters",
"version": "0.2.0",
"version": "0.3.0",
"private": false,

@@ -35,5 +35,5 @@ "author": "Elementor Team",

"peerDependencies": {
"react": "17.x"
"react": "17.x || 18.x"
},
"gitHead": "f93a1ed5350b151f17d65b21b0b43398774dccc5"
"gitHead": "2ee431a07ec6af6ca2b9930c0b830e78696b194a"
}

@@ -1,2 +0,2 @@

import { act, renderHook } from '@testing-library/react-hooks';
import { act, renderHook } from '@testing-library/react';
import { useIsPreviewMode } from '../../index';

@@ -3,0 +3,0 @@ import { dispatchEditModeChange } from '../../__tests__/utils';

@@ -1,2 +0,2 @@

import { act, renderHook } from '@testing-library/react-hooks';
import { act, renderHook } from '@testing-library/react';
import useIsRouteActive from '../use-is-route-active';

@@ -3,0 +3,0 @@ import { dispatchRouteClose, dispatchRouteOpen } from '../../__tests__/utils';

@@ -1,2 +0,2 @@

import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import useRouteStatus from '../use-route-status';

@@ -3,0 +3,0 @@ import { mockGetCurrentEditMode, mockIsRouteActive } from './test-utils';

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