Socket
Socket
Sign inDemoInstall

@ui-autotools/registry

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui-autotools/registry - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

1

cjs/registry/component-metadata.d.ts

@@ -10,2 +10,3 @@ import * as React from 'react';

nonEventListenerTestCompliant: boolean;
nonHydrationTestCompliant: boolean;
path: string;

@@ -12,0 +13,0 @@ exportName: string;

@@ -20,2 +20,3 @@ "use strict";

this.nonEventListenerTestCompliant = false;
this.nonHydrationTestCompliant = false;
this.path = '';

@@ -22,0 +23,0 @@ this.exportName = '';

@@ -21,2 +21,3 @@ import { ComponentType, ComponentClass } from 'react';

nonEventListenerTestCompliant: boolean;
nonHydrationTestCompliant: boolean;
}

@@ -23,0 +24,0 @@ export interface IExportInfo {

@@ -10,2 +10,3 @@ import * as React from 'react';

nonEventListenerTestCompliant: boolean;
nonHydrationTestCompliant: boolean;
path: string;

@@ -12,0 +13,0 @@ exportName: string;

@@ -11,2 +11,3 @@ import * as React from 'react';

this.nonEventListenerTestCompliant = false;
this.nonHydrationTestCompliant = false;
this.path = '';

@@ -13,0 +14,0 @@ this.exportName = '';

@@ -21,2 +21,3 @@ import { ComponentType, ComponentClass } from 'react';

nonEventListenerTestCompliant: boolean;
nonHydrationTestCompliant: boolean;
}

@@ -23,0 +24,0 @@ export interface IExportInfo {

4

package.json
{
"name": "@ui-autotools/registry",
"version": "3.1.0",
"version": "3.2.0",
"main": "cjs/index.js",

@@ -37,3 +37,3 @@ "module": "esm/index.js",

},
"gitHead": "ba4c4ab8f9601054a9c60931478eb10d3198cbf6"
"gitHead": "7cd30844ea2be6dc127b81db31313d552027f3cd"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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