Socket
Socket
Sign inDemoInstall

@fooloomanzoo/input-picker-pattern

Package Overview
Dependencies
6
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

6

package.json

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

"name": "@fooloomanzoo/input-picker-pattern",
"version": "3.0.0",
"version": "3.0.1",
"authors": [

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

"scripts": {
"prepublish": "npm run build && git add . && git commit -m \"publish new version\" && npm version patch && git push",
"build": "git pull && npm update && npm run analyze",
"prepublishOnly": "npm run build && git add . && git commit -m \"publish new version\" && npm version patch && git push",
"build": "git pull && npm install && npm run analyze",
"start": "npm run analyze && polymer serve -o",

@@ -28,0 +28,0 @@ "analyze": "polymer analyze > analysis.json",

{
"moduleResolution": "node",
"npm": true,
"sources": [
"form-element-mixin.html",
"input-pattern.html",
"input-picker-pattern.html",
"overlay-element.html",
"overlay-picker-mixin.html",
"switch-mixin.html"
"form-element-mixin.js",
"input-pattern.js",
"input-picker-pattern.js",
"overlay-element.js",
"overlay-picker-mixin.js",
"switch-mixin.js"
],

@@ -11,0 +12,0 @@ "lint": {

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc