Socket
Socket
Sign inDemoInstall

@3mo/anchor

Package Overview
Dependencies
12
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-0 to 1.0.0

11

dist/Anchor.d.ts

@@ -30,2 +30,13 @@ import { Component } from '@a11d/lit';

}
/**
* @attr href
* @attr target
* @attr target
* @attr download
* @attr ping
* @attr referrerPolicy
* @attr rel
*
* @slot - The content of the anchor
*/
export declare class Anchor extends Component {

@@ -32,0 +43,0 @@ private static readonly voidHref;

var Anchor_1;
import { __decorate } from "tslib";
import { component, css, Component, html, property, eventListener, ifDefined } from '@a11d/lit';
/**
* @attr href
* @attr target
* @attr target
* @attr download
* @attr ping
* @attr referrerPolicy
* @attr rel
*
* @slot - The content of the anchor
*/
let Anchor = Anchor_1 = class Anchor extends Component {

@@ -5,0 +16,0 @@ constructor() {

2

package.json
{
"name": "@3mo/anchor",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "An anchor web-component.",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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