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

@myuw-web-components/myuw-search

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myuw-web-components/myuw-search - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

CHANGELOG.md
# myuw-search versions
## 1.3.1
* Added more components to local demo to test mobile search positioning
## 1.3.0

@@ -4,0 +8,0 @@

9

package.json
{
"name": "@myuw-web-components/myuw-search",
"version": "1.3.1",
"version": "1.3.2",
"description": "A material search field made for use with MyUW web components",

@@ -13,4 +13,3 @@ "module": "dist/myuw-search.min.mjs",

"prepare": "npm run build",
"pages": "rm -rf demo && mkdir -p demo && cp -r dist demo/ && cp index.html demo/ && gh-pages -d demo --repo git@github.com:myuw-web-components/myuw-search.git",
"postpublish": "npm run pages"
"pages": "rm -rf demo && mkdir -p demo && cp -r dist demo/ && cp index.html demo/ && gh-pages -d demo --repo git@github.com:myuw-web-components/myuw-search.git"
},

@@ -30,3 +29,2 @@ "repository": {

"@babel/preset-env": "^7.1.0",
"gh-pages": "^1.2.0",
"live-server": "^1.2.0",

@@ -37,4 +35,3 @@ "npm-run-all": "^4.1.3",

"rollup-plugin-html": "^0.2.1",
"rollup-plugin-minify-es": "^1.1.1",
"tota11y": "^0.1.6"
"rollup-plugin-minify-es": "^1.1.1"
},

@@ -41,0 +38,0 @@ "files": [

@@ -31,3 +31,3 @@ # `<myuw-search>`

```js
/*
/*
1. Listen for myuw-search event

@@ -55,3 +55,3 @@ 2. Get the event data from event.detail.value

- **--myuw-search-border**: Used to set the border color of the search component (to support themes with light background colors). Defaults to `none`.
- **--myuw-app-bar-color**: Used by to set the color of the search button icon on small screens. Defaults to white.
- **--myuw-app-bar-color**: Used by to set the color of the search button icon on small screens. Defaults to white.

@@ -66,1 +66,5 @@ ## Development and contribution

```
Cross-browser testing provided by:<br/>
<a href="https://www.browserstack.com/"><img width="160" src="https://myuw-web-components.github.io/img/Browserstack-logo.svg" alt="BrowserStack"/></a>
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