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

tippy.js

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tippy.js - npm Package Compare versions

Comparing version 5.0.0-beta.0 to 5.0.0-beta.1

addons/dist/tippy-addons.cjs.js

6

addons/package.json
{
"name": "tippy-addons",
"private": true,
"main": "cjs/tippy-addons.js",
"module": "esm/tippy-addons.js",
"unpkg": "iife/tippy-addons.min.js",
"main": "dist/tippy-addons.cjs.js",
"module": "dist/tippy-addons.esm.js",
"unpkg": "dist/tippy-addons.iife.min.js",
"types": "index.d.ts",
"sideEffects": false
}
{
"name": "tippy-extra-props",
"private": true,
"main": "cjs/tippy-extra-props.js",
"module": "esm/tippy-extra-props.js",
"unpkg": "iife/tippy-extra-props.js",
"main": "dist/tippy-extra-props.cjs.js",
"module": "dist/tippy-extra-props.esm.js",
"unpkg": "dist/tippy-extra-props.iife.min.js",
"types": "index.d.ts",
"sideEffects": false
}

@@ -76,3 +76,3 @@ import Popper, { ReferenceObject } from 'popper.js'

export interface Instance {
__extraProps__?: any
__extraProps?: any
clearDelayTimeouts(): void

@@ -79,0 +79,0 @@ destroy(): void

{
"name": "tippy.js",
"version": "5.0.0-beta.0",
"version": "5.0.0-beta.1",
"description": "Highly customizable tooltip and popover library",
"main": "cjs/tippy.bundle.js",
"module": "esm/tippy.bundle.js",
"unpkg": "iife/tippy.bundle.min.js",
"main": "dist/tippy.bundle.cjs.js",
"module": "dist/tippy.bundle.esm.js",
"unpkg": "dist/tippy.bundle.iife.min.js",
"types": "index.d.ts",
"sideEffects": [
"cjs/*.js",
"esm/*.js",
"iife/*.js",
"dist/*.js",
"./**/*.css"

@@ -32,5 +30,3 @@ ],

"files": [
"cjs/",
"iife/",
"esm/",
"dist/",
"addons/",

@@ -60,3 +56,3 @@ "extra-props/",

"lint": "eslint --report-unused-disable-directives . --ext .ts,.js",
"clean": "rimraf addons/{cjs,esm,iife} extra-props/{cjs,esm,iife} cjs iife esm themes animations coverage .devserver .cache ./{tippy,backdrop,svg-arrow}.css ./index.d.ts",
"clean": "rimraf addons/dist extra-props/dist dist/ themes/ animations/ coverage/ .devserver/ .cache/ ./{tippy,backdrop,svg-arrow}.css ./index.d.ts",
"prepare": "npm run clean && npm run build"

@@ -77,15 +73,15 @@ },

{
"path": "iife/tippy.bundle.min.js",
"path": "dist/tippy.bundle.iife.min.js",
"maxSize": "7 kB"
},
{
"path": "iife/tippy.min.js",
"path": "dist/tippy.iife.min.js",
"maxSize": "5.75 kB"
},
{
"path": "addons/iife/tippy-addons.min.js",
"path": "addons/dist/tippy-addons.iife.min.js",
"maxSize": "5 kB"
},
{
"path": "extra-props/iife/tippy-extra-props.min.js",
"path": "extra-props/dist/tippy-extra-props.iife.min.js",
"maxSize": "5 kB"

@@ -95,3 +91,3 @@ },

"path": "tippy.css",
"maxSize": "1 kB"
"maxSize": "5 kB"
}

@@ -98,0 +94,0 @@ ],

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