Socket
Socket
Sign inDemoInstall

@spectrum-web-components/icons-ui

Package Overview
Dependencies
Maintainers
5
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/icons-ui - npm Package Compare versions

Comparing version 0.2.2-alpha.34 to 0.2.2-alpha.77

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/icons-ui@0.2.1...@spectrum-web-components/icons-ui@0.2.2) (2020-08-19)
**Note:** Version bump only for package @spectrum-web-components/icons-ui
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/icons-ui@0.2.0...@spectrum-web-components/icons-ui@0.2.1) (2020-07-24)

@@ -8,0 +12,0 @@

4

lib/custom-tag.d.ts

@@ -1,3 +0,3 @@

import { html, TemplateResult } from 'lit-html';
export { TemplateResult } from 'lit-html';
import { html, TemplateResult } from '@spectrum-web-components/base';
export { TemplateResult };
export declare type GenericTemplateLiteralTagType = (strings: TemplateStringsArray, ...values: unknown[]) => string;

@@ -4,0 +4,0 @@ declare type TemplateLiteralTagType = GenericTemplateLiteralTagType | typeof html;

@@ -12,3 +12,4 @@ /*

*/
export { TemplateResult } from 'lit-html';
import { TemplateResult } from '@spectrum-web-components/base';
export { TemplateResult };
let customTemplateLiteralTag;

@@ -15,0 +16,0 @@ export const tag = function (strings, ...values) {

@@ -12,3 +12,3 @@ /*

*/
import { html } from 'lit-html';
import { html } from '@spectrum-web-components/base';
import { setCustomTemplateLiteralTag } from './custom-tag.js';

@@ -15,0 +15,0 @@ setCustomTemplateLiteralTag(html);

@@ -21,3 +21,3 @@ {

],
"version": "0.2.2-alpha.34+1f7f36f5",
"version": "0.2.2-alpha.77+1e82c26e",
"description": "",

@@ -46,4 +46,4 @@ "main": "lib/index.js",

"devDependencies": {
"@spectrum-css/icon": "^2.1.0",
"@spectrum-web-components/icon": "^0.5.2-alpha.34+1f7f36f5",
"@spectrum-css/icon": "^2.1.1",
"@spectrum-web-components/icon": "^0.5.2-alpha.77+1e82c26e",
"@spectrum-web-components/iconset": "^0.1.7",

@@ -60,8 +60,7 @@ "case": "^1.6.1",

"dependencies": {
"@spectrum-web-components/iconset": "^0.2.1-alpha.52+1f7f36f5",
"lit-element": "^2.1.0",
"lit-html": "^1.0.0",
"@spectrum-web-components/base": "^0.0.2-alpha.1038+1e82c26e",
"@spectrum-web-components/iconset": "^0.2.1-alpha.95+1e82c26e",
"tslib": "^2.0.0"
},
"gitHead": "1f7f36f5bc1bd448f5a5eeb72a72414712e849ff"
"gitHead": "1e82c26ee95e858f3c97afd070e1fc9e3905cebd"
}

@@ -13,4 +13,4 @@ /*

import { html, TemplateResult } from 'lit-html';
export { TemplateResult } from 'lit-html';
import { html, TemplateResult } from '@spectrum-web-components/base';
export { TemplateResult };

@@ -17,0 +17,0 @@ export type GenericTemplateLiteralTagType = (

@@ -13,3 +13,3 @@ /*

import { html } from 'lit-html';
import { html } from '@spectrum-web-components/base';
import { setCustomTemplateLiteralTag } from './custom-tag.js';

@@ -16,0 +16,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