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

@spectrum-web-components/base

Package Overview
Dependencies
Maintainers
12
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/base - npm Package Compare versions

Comparing version 0.47.0 to 0.47.1

4

package.json
{
"name": "@spectrum-web-components/base",
"version": "0.47.0",
"version": "0.47.1",
"publishConfig": {

@@ -123,3 +123,3 @@ "access": "public"

],
"gitHead": "7121f0bbe175ac3c34f17e51aa41429c2c04bd35"
"gitHead": "151a3e21c39150dbc3f3a884b660be0bd352bda1"
}

@@ -11,1 +11,3 @@ export { ifDefined } from 'lit/directives/if-defined.js';

export { unsafeHTML } from 'lit/directives/unsafe-html.js';
export type { Ref } from 'lit/directives/ref.js';
export { createRef, ref } from 'lit/directives/ref.js';

@@ -11,2 +11,3 @@ "use strict";

export { unsafeHTML } from "lit/directives/unsafe-html.js";
export { createRef, ref } from "lit/directives/ref.js";
//# sourceMappingURL=directives.dev.js.map

@@ -1,2 +0,2 @@

"use strict";export{ifDefined}from"lit/directives/if-defined.js";export{repeat}from"lit/directives/repeat.js";export{classMap}from"lit/directives/class-map.js";export{styleMap}from"lit/directives/style-map.js";export{until}from"lit/directives/until.js";export{live}from"lit/directives/live.js";export{when}from"lit/directives/when.js";export{join}from"lit/directives/join.js";export{unsafeHTML}from"lit/directives/unsafe-html.js";
"use strict";export{ifDefined}from"lit/directives/if-defined.js";export{repeat}from"lit/directives/repeat.js";export{classMap}from"lit/directives/class-map.js";export{styleMap}from"lit/directives/style-map.js";export{until}from"lit/directives/until.js";export{live}from"lit/directives/live.js";export{when}from"lit/directives/when.js";export{join}from"lit/directives/join.js";export{unsafeHTML}from"lit/directives/unsafe-html.js";export{createRef,ref}from"lit/directives/ref.js";
//# sourceMappingURL=directives.js.map
// Generated by genversion.
export const version = '0.47.0';
export const version = '0.47.1';

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