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.2.0 to 3.3.0

5

cjs/registry/types.d.ts

@@ -7,2 +7,6 @@ import { ComponentType, ComponentClass } from 'react';

}
export interface ICompiledComponent {
cssPath?: string;
compPath: string;
}
export interface IComponentMetadata<Props, State> {

@@ -23,2 +27,3 @@ component: ComponentType<Props> | ComponentClass<Props, State>;

nonHydrationTestCompliant: boolean;
compiledComponent?: ICompiledComponent;
}

@@ -25,0 +30,0 @@ export interface IExportInfo {

@@ -7,2 +7,6 @@ import { ComponentType, ComponentClass } from 'react';

}
export interface ICompiledComponent {
cssPath?: string;
compPath: string;
}
export interface IComponentMetadata<Props, State> {

@@ -23,2 +27,3 @@ component: ComponentType<Props> | ComponentClass<Props, State>;

nonHydrationTestCompliant: boolean;
compiledComponent?: ICompiledComponent;
}

@@ -25,0 +30,0 @@ export interface IExportInfo {

6

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

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

"lint:test": "tslint -p test",
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx"
},

@@ -38,3 +38,3 @@ "files": [

},
"gitHead": "7cd30844ea2be6dc127b81db31313d552027f3cd"
"gitHead": "60cb1f3b1b4295749cae336a062d232101e0fb89"
}

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