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.7 to 0.1.8

9

CHANGELOG.md

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

### [0.1.8](https://github.com/hatiolab/operato/compare/v0.1.7...v0.1.8) (2021-09-12)
### :bug: Bug Fix
* make headless simple ([8698b07](https://github.com/hatiolab/operato/commit/8698b07d936cf75781e94fecbdde21bff03c4b1a))
### [0.1.7](https://github.com/hatiolab/operato/compare/v0.1.6...v0.1.7) (2021-09-12)

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

63

custom-elements.json

@@ -372,67 +372,4 @@ {

]
},
{
"kind": "javascript-module",
"path": "stories/index.stories.ts",
"declarations": [
{
"kind": "variable",
"name": "Regular"
},
{
"kind": "variable",
"name": "CustomTitle"
},
{
"kind": "variable",
"name": "CustomCounter"
},
{
"kind": "variable",
"name": "SlottedContent"
}
],
"exports": [
{
"kind": "js",
"name": "default",
"declaration": {
"module": "stories/index.stories.ts"
}
},
{
"kind": "js",
"name": "Regular",
"declaration": {
"name": "Regular",
"module": "stories/index.stories.ts"
}
},
{
"kind": "js",
"name": "CustomTitle",
"declaration": {
"name": "CustomTitle",
"module": "stories/index.stories.ts"
}
},
{
"kind": "js",
"name": "CustomCounter",
"declaration": {
"name": "CustomCounter",
"module": "stories/index.stories.ts"
}
},
{
"kind": "js",
"name": "SlottedContent",
"declaration": {
"name": "SlottedContent",
"module": "stories/index.stories.ts"
}
}
]
}
]
}

12

package.json

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

"author": "heartyoh",
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/src/index.js",

@@ -30,9 +30,4 @@ "module": "dist/src/index.js",

"test": "tsc && wtr --coverage",
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
"storybook": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
"storybook:build": "tsc && build-storybook"
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
},
"dependencies": {
"lit": "^2.0.0-rc.4"
},
"devDependencies": {

@@ -48,3 +43,2 @@ "@custom-elements-manifest/analyzer": "^0.4.17",

"@web/dev-server": "^0.1.22",
"@web/dev-server-storybook": "next",
"@web/test-runner": "next",

@@ -97,3 +91,3 @@ "concurrently": "^5.3.0",

},
"gitHead": "6f20462202abed340d9cee30fb45cb5820d9b8f4"
"gitHead": "beda9bd05c4f32f946e369ed2e46bbac46a2faf4"
}

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