Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ukic/react

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ukic/react - npm Package Compare versions

Comparing version 2.18.0 to 2.18.1

./dist/index.js

0

dist/components.d.ts

@@ -0,0 +0,0 @@ import type { JSX } from '@ukic/web-components';

@@ -0,0 +0,0 @@ /* eslint-disable */

export * from "./components";
export { SlottedSVG } from "./react-component-lib/slottedSVG";
export * from "./components";
export { SlottedSVG } from "./react-component-lib/slottedSVG";

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () {

export { createReactComponent } from './createComponent';
export { createOverlayComponent } from './createOverlayComponent';
export { createReactComponent } from './createComponent';
export { createOverlayComponent } from './createOverlayComponent';

@@ -0,0 +0,0 @@ export interface EventEmitter<T = any> {

import { FC } from "react";
export declare const SlottedSVG: FC<any>;

@@ -0,0 +0,0 @@ var __assign = (this && this.__assign) || function () {

@@ -0,0 +0,0 @@ export declare const attachProps: (node: HTMLElement, newProps: any, oldProps?: any) => void;

@@ -0,0 +0,0 @@ import { camelToDashCase } from './case';

export declare const dashToPascalCase: (str: string) => string;
export declare const camelToDashCase: (str: string) => string;

@@ -0,0 +0,0 @@ export var dashToPascalCase = function (str) {

export declare const isDevMode: () => boolean;
export declare const deprecationWarning: (key: string, message: string) => void;

@@ -0,0 +0,0 @@ export var isDevMode = function () {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __assign = (this && this.__assign) || function () {

7

package.json

@@ -6,3 +6,3 @@ {

],
"version": "2.18.0",
"version": "2.18.1",
"description": "React-wrapped web components compiled using StencilJS",

@@ -44,3 +44,3 @@ "author": "mi6",

"dependencies": {
"@ukic/web-components": "^2.18.0"
"@ukic/web-components": "^2.18.1"
},

@@ -92,3 +92,4 @@ "devDependencies": {

},
"license": "MIT"
"license": "MIT",
"gitHead": "8298ec16b376fac46b5102b294f694731a21329e"
}

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