Socket
Socket
Sign inDemoInstall

@fooloomanzoo/input-picker-pattern

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fooloomanzoo/input-picker-pattern - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

.babelrc.js

2

input-pattern.js

@@ -65,3 +65,3 @@ import { dedupingMixin } from '@polymer/polymer/lib/utils/mixin.js';

return html`
${this.styleTemplate}</style>
${this.styleTemplate}
${this.inputTemplate}

@@ -68,0 +68,0 @@ <div id="size">[[input]]</div>

@@ -17,3 +17,3 @@ {

"name": "@fooloomanzoo/input-picker-pattern",
"version": "3.0.9",
"version": "3.0.10",
"authors": [

@@ -25,4 +25,4 @@ "Johannes Brautzsch <fooloomanzoo>"

"prepublishOnly": "npm run build && git add . && git commit -m \"publish new version\" && npm version patch && git push",
"build": "git pull && npm update && npm run analyze",
"start": "npm run analyze && polymer serve -o",
"build": "git pull && npm update -f && npm run analyze && node utils/babel/generate-helpers.js && webpack --env production",
"start": "npm run analyze && webpack-dev-server --env development --open",
"analyze": "polymer analyze > analysis.json",

@@ -38,2 +38,13 @@ "test": "polymer test",

"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-template-html-minifier": "^2.0.1",
"babel-preset-minify": "^0.5.0",
"copy-webpack-plugin": "^4.6.0",
"fast-async": "^6.3.8",
"@webcomponents/webcomponentsjs": "^2",

@@ -45,5 +56,14 @@ "@polymer/iron-component-page": "^4",

"@polymer/iron-test-helpers": "^3",
"wct-browser-legacy": "^1"
"wct-browser-legacy": "^1",
"terser-webpack-plugin": "^1.1.0",
"uglify-template-string-loader": "^1.1.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
},
"author": "Johannes Brautzsch <fooloomanzoo>"
}
[![Published on NPM](https://img.shields.io/npm/v/@fooloomanzoo/input-picker-pattern.svg)](https://www.npmjs.com/package/@fooloomanzoo/input-picker-pattern)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@fooloomanzoo/input-picker-pattern)
_[API & Demo](https://fooloomanzoo.github.io/input-pattern-picker)_
The repository includes various helper components and standard styles used in elements like [number-input](https://github.com/fooloomanzoo/number-input), [text-input](https://github.com/fooloomanzoo/text-input), [color-input](https://github.com/fooloomanzoo/color-input), [datetime-input](https://github.com/fooloomanzoo/datetime-input), [datetime-picker](https://github.com/fooloomanzoo/datetime-picker) and [color-picker](https://github.com/fooloomanzoo/color-picker).

@@ -5,0 +7,0 @@

@@ -49,3 +49,3 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js';

app-drawer {
#drawer {
--app-drawer-content-container: {

@@ -175,3 +175,3 @@ background-color: #fbfbfb;

<app-drawer id="drawer" slot="drawer" swipe-open>
<app-drawer id="drawer" slot="drawer" swipe-open style="position: absolute;top: 0; bottom: 0;">
<iron-doc-nav descriptor="[[_descriptor]]" base-href="[[baseHref]]" path="[[_path]]" on-select="_onNavSelect"></iron-doc-nav>

@@ -178,0 +178,0 @@ </app-drawer>

Sorry, the diff of this file is too big to display

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