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

@spectrum-web-components/tooltip

Package Overview
Dependencies
Maintainers
2
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/tooltip - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md

@@ -6,7 +6,7 @@ # Change Log

# 0.1.0 (2019-10-03)
## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.1.0...@spectrum-web-components/tooltip@0.1.1) (2019-10-14)
### Features
### Performance Improvements
- **tooltip:** initial release ([c1331c9](https://github.com/adobe/spectrum-web-components/commit/c1331c9))
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))

@@ -13,0 +13,0 @@ # 0.1.0 (2019-10-03)

@@ -12,8 +12,3 @@ /*

*/
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
import { __decorate } from "tslib";
import { html, LitElement, property, } from 'lit-element';

@@ -20,0 +15,0 @@ import tooltipStyles from './tooltip.css.js';

@@ -21,3 +21,3 @@ {

],
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -36,3 +36,6 @@ "main": "lib/index.js",

},
"gitHead": "5112887821c1408c1c4121949a4f91743c98ff6a"
"dependencies": {
"tslib": "^1.10.0"
},
"gitHead": "7c3e131bc2bc3b1195e736ff65d3c4e044590ace"
}

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