New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@operato/headroom

Package Overview
Dependencies
Maintainers
2
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/headroom - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

dist/test/headroom.test.d.ts

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [0.1.6](https://github.com/hatiolab/operato/compare/v0.1.5...v0.1.6) (2021-09-12)
### :bug: Bug Fix
* name changed head-room => headroom ([393b4f2](https://github.com/hatiolab/operato/commit/393b4f29d9780a5fd1b893b1a08cff7fc9b6b9a5))
### [0.1.5](https://github.com/hatiolab/operato/compare/v0.1.4...v0.1.5) (2021-09-12)

@@ -8,0 +17,0 @@

2

dist/stories/index.stories.d.ts

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

import '../src/head-room.js.js';
import '../src/headroom.js.js';
import { TemplateResult } from 'lit';

@@ -3,0 +3,0 @@ declare const _default: {

@@ -1,6 +0,6 @@

import '../src/head-room.js.js';
import '../src/headroom.js.js';
import { html } from 'lit';
export default {
title: 'HeadRoom',
component: 'head-room',
component: 'headroom',
argTypes: {

@@ -13,5 +13,5 @@ title: { control: 'text' },

const Template = ({ title = 'Hello world', counter = 5, textColor, slot }) => html `
<head-room style="--head-room-text-color: ${textColor || 'black'}" .title=${title} .counter=${counter}>
<headroom style="--headroom-text-color: ${textColor || 'black'}" .title=${title} .counter=${counter}>
${slot}
</head-room>
</headroom>
`;

@@ -18,0 +18,0 @@ export const Regular = Template.bind({});

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

"author": "heartyoh",
"version": "0.1.5",
"version": "0.1.6",
"main": "dist/src/index.js",

@@ -96,3 +96,3 @@ "module": "dist/src/index.js",

},
"gitHead": "e3eccbfa006f9a0d0535390bcfbafc25d100db1b"
"gitHead": "c3d0053c644f274071dba8065f9ad0c32c85b076"
}

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

import '../src/head-room.js.js'
import '../src/headroom.js.js'

@@ -7,3 +7,3 @@ import { TemplateResult, html } from 'lit'

title: 'HeadRoom',
component: 'head-room',
component: 'headroom',
argTypes: {

@@ -30,5 +30,5 @@ title: { control: 'text' },

const Template: Story<ArgTypes> = ({ title = 'Hello world', counter = 5, textColor, slot }: ArgTypes) => html`
<head-room style="--head-room-text-color: ${textColor || 'black'}" .title=${title} .counter=${counter}>
<headroom style="--headroom-text-color: ${textColor || 'black'}" .title=${title} .counter=${counter}>
${slot}
</head-room>
</headroom>
`

@@ -35,0 +35,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

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