Socket
Socket
Sign inDemoInstall

@lrnwebcomponents/absolute-position-behavior

Package Overview
Dependencies
1
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.2 to 7.0.4

3

absolute-position-behavior.js

@@ -19,3 +19,4 @@ /**

}
return [...styles,
return [
...styles,
css`

@@ -22,0 +23,0 @@ :host {

@@ -19,3 +19,3 @@ {

"end": {
"line": 237,
"line": 238,
"column": 1

@@ -355,7 +355,7 @@ }

"start": {
"line": 34,
"line": 35,
"column": 4
},
"end": {
"line": 36,
"line": 37,
"column": 5

@@ -373,7 +373,7 @@ }

"start": {
"line": 160,
"line": 161,
"column": 4
},
"end": {
"line": 188,
"line": 189,
"column": 5

@@ -398,7 +398,7 @@ }

"start": {
"line": 194,
"line": 195,
"column": 4
},
"end": {
"line": 199,
"line": 200,
"column": 5

@@ -419,7 +419,7 @@ }

"start": {
"line": 205,
"line": 206,
"column": 4
},
"end": {
"line": 210,
"line": 211,
"column": 5

@@ -440,7 +440,7 @@ }

"start": {
"line": 216,
"line": 217,
"column": 4
},
"end": {
"line": 227,
"line": 228,
"column": 5

@@ -461,7 +461,7 @@ }

"start": {
"line": 232,
"line": 233,
"column": 4
},
"end": {
"line": 235,
"line": 236,
"column": 5

@@ -486,3 +486,3 @@ }

"end": {
"line": 236,
"line": 237,
"column": 3

@@ -514,7 +514,7 @@ }

"start": {
"line": 245,
"line": 246,
"column": 0
},
"end": {
"line": 247,
"line": 248,
"column": 4

@@ -521,0 +521,0 @@ }

@@ -20,3 +20,3 @@ {

},
"version": "7.0.2",
"version": "7.0.4",
"description": "Abstracting the positioning behavior from paper-tooltip to be resusable in other elements",

@@ -30,6 +30,5 @@ "repository": {

"module": "absolute-position-behavior.js",
"umd": "absolute-position-behavior.umd.js",
"scripts": {
"start": "yarn run dev",
"build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"{*,lib/**}.js\" --format vscode --outFile custom-elements.json",
"build": "gulp --gulpfile=gulpfile.cjs && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"{*,lib/**}.js\" --format vscode --outFile custom-elements.json",
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",

@@ -50,3 +49,3 @@ "watch": "gulp dev --gulpfile=gulpfile.cjs",

"devDependencies": {
"@lrnwebcomponents/deduping-fix": "^7.0.2",
"@lrnwebcomponents/deduping-fix": "^7.0.4",
"@open-wc/testing": "3.0.4",

@@ -56,6 +55,4 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page",

"@web/dev-server": "0.1.34",
"@webcomponents/webcomponentsjs": "2.6.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"concurrently": "7.4.0",
"gulp-babel": "8.0.0",
"lodash": "^4.17.21",
"wct-browser-legacy": "1.0.2",

@@ -72,3 +69,3 @@ "web-animations-js": "2.3.2"

],
"gitHead": "227b72864417e1e11fcb4d3c1dbd00af55cfbb0e"
"gitHead": "bf207d05ae78b1b2615a67c74f5ab4ea51aef363"
}

@@ -19,3 +19,4 @@ /**

}
return [...styles,
return [
...styles,
css`

@@ -22,0 +23,0 @@ :host {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc