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

@polymer/iron-iconset-svg

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

@polymer/iron-iconset-svg - npm Package Compare versions

Comparing version 3.0.0-pre.6 to 3.0.0-pre.7

.github/CODEOWNERS

12

iron-iconset-svg.js
import '../polymer/polymer.js';
import '../iron-meta/iron-meta.js';
import { IronMeta } from '../iron-meta/iron-meta.js';
import { Polymer } from '../polymer/lib/legacy/polymer-fn.js';
import { dom } from '../polymer/lib/legacy/polymer.dom.js';
/**

@@ -94,3 +96,3 @@ * The `iron-iconset-svg` element allows users to define their own icon sets

created: function() {
this._meta = new Polymer.IronMeta({type: 'iconset', key: null, value: null});
this._meta = new IronMeta({type: 'iconset', key: null, value: null});
},

@@ -139,3 +141,3 @@

// insert svg element into shadow root, if it exists
var pde = Polymer.dom(element.root || element);
var pde = dom(element.root || element);
pde.insertBefore(svg, pde.childNodes[0]);

@@ -156,3 +158,3 @@ return element._svgIcon = svg;

if (element._svgIcon) {
Polymer.dom(element.root || element).removeChild(element._svgIcon);
dom(element.root || element).removeChild(element._svgIcon);
element._svgIcon = null;

@@ -214,3 +216,3 @@ }

var icons = Object.create(null);
Polymer.dom(this).querySelectorAll('[id]')
dom(this).querySelectorAll('[id]')
.forEach(function(icon) {

@@ -217,0 +219,0 @@ icons[icon.id] = icon;

{
"name": "@polymer/iron-iconset-svg",
"flat": true,
"version": "3.0.0-pre.6",
"version": "3.0.0-pre.7",
"description": "Manages a set of svg icons",

@@ -21,10 +21,10 @@ "contributors": [

"dependencies": {
"@polymer/polymer": "^3.0.0-pre.6",
"@polymer/iron-meta": "^3.0.0-pre.6"
"@polymer/polymer": "^3.0.0-pre.7",
"@polymer/iron-meta": "^3.0.0-pre.7"
},
"devDependencies": {
"@polymer/paper-styles": "^3.0.0-pre.6",
"@polymer/iron-component-page": "^3.0.0-pre.6",
"@polymer/iron-icon": "^3.0.0-pre.6",
"@polymer/promise-polyfill": "^3.0.0-pre.6",
"@polymer/paper-styles": "^3.0.0-pre.7",
"@polymer/iron-component-page": "^3.0.0-pre.7",
"@polymer/iron-icon": "^3.0.0-pre.7",
"@polymer/promise-polyfill": "^3.0.0-pre.7",
"@webcomponents/webcomponentsjs": "^1.0.0",

@@ -31,0 +31,0 @@ "wct-browser-legacy": "0.0.1-pre.11"

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