Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polymer/polymer

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/polymer - npm Package Compare versions

Comparing version 3.0.0-pre.3 to 3.0.0-pre.4

4

.github/ISSUE_TEMPLATE.md
<!--
If you are asking a question rather than filing a bug, try one of these instead:
- StackOverflow (http://stackoverflow.com/questions/tagged/polymer)
- StackOverflow (https://stackoverflow.com/questions/tagged/polymer)
- Polymer Slack Channel (https://bit.ly/polymerslack)

@@ -13,3 +13,3 @@ - Mailing List (https://groups.google.com/forum/#!forum/polymer-dev)

<!-- Fork this JSBin, or provide your own URL -->
http://jsbin.com/luhaxab/1/edit
https://jsbin.com/luhaxab/1/edit

@@ -16,0 +16,0 @@ #### Steps to Reproduce

@@ -549,3 +549,3 @@ import { Element } from '../../polymer-element.js';

itemsIdxToInstIdx[itemIdx] = instIdx;
if (inst && instIdx < this.__limit) {
if (inst) {
inst._setPendingProperty(this.as, item);

@@ -552,0 +552,0 @@ inst._setPendingProperty(this.indexAs, instIdx);

@@ -914,3 +914,3 @@ import '../../../../@webcomponents/shadycss/entrypoints/apply-shim.js';

// accept ['foo', 'bar'] and [['foo', 'bar']]
if (Array.isArray(args) && args.length === 1) {
if (Array.isArray(args) && args.length === 1 && Array.isArray(args[0])) {
args = args[0];

@@ -917,0 +917,0 @@ }

@@ -389,3 +389,3 @@ import './boot.js';

* `<template>` provided. Instancing the class will result in the
* template being stamped into document fragment stored as the instance's
* template being stamped into a document fragment stored as the instance's
* `root` property, after which it can be appended to the DOM.

@@ -392,0 +392,0 @@ *

{
"name": "@polymer/polymer",
"flat": true,
"version": "3.0.0-pre.3",
"version": "3.0.0-pre.4",
"contributors": [

@@ -18,4 +18,4 @@ "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"

"devDependencies": {
"wct-browser-legacy": "0.0.1-pre.11",
"@polymer/test-fixture": "^3.0.0-pre.3"
"wct-browser-legacy": "0.0.1-pre.10",
"@polymer/test-fixture": "^3.0.0-pre.4"
},

@@ -22,0 +22,0 @@ "resolutions": {

@@ -84,3 +84,3 @@ /**

* `<template>` provided. Instancing the class will result in the
* template being stamped into document fragment stored as the instance's
* template being stamped into a document fragment stored as the instance's
* `root` property, after which it can be appended to the DOM.

@@ -87,0 +87,0 @@ *

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