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

@owlui/tooltip

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@owlui/tooltip - npm Package Compare versions

Comparing version 0.0.40 to 0.0.41

8

package.json
{
"name": "@owlui/tooltip",
"version": "0.0.40",
"version": "0.0.41",
"description": "",

@@ -34,8 +34,8 @@ "homepage": "https://github.com/EEBOS/owl-ui/tree/main/packages/tooltip#readme",

"devDependencies": {
"@owlui/typings": "^0.0.40"
"@owlui/typings": "^0.0.41"
},
"dependencies": {
"@owlui/lib": "^0.0.40"
"@owlui/lib": "^0.0.41"
},
"gitHead": "a148ab35e430e468989d9ad6e4a51f36c6215aab"
"gitHead": "e2cf789481d6e0e39b07e6eecc160de194b38677"
}

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

import { Component } from './Default';
import * as Types from './Default.types';
export const component = Component;
export const types = Types;
export default {
component,
types,
};
export * from './Default.types';
export * from './Default';

@@ -1,9 +0,1 @@

import * as DefaultTooltip from './Default/index';
export const Default = DefaultTooltip.component;
export const DefaultTypes = DefaultTooltip.types;
export default {
Default,
DefaultTypes,
};
export * from './Default';

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