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

api-viewer-element

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-viewer-element - npm Package Compare versions

Comparing version 1.0.0-pre.4 to 1.0.0-pre.5

4

lib/base.js

@@ -6,3 +6,3 @@ import { __decorate } from "tslib";

import { until } from 'lit/directives/until.js';
import { emptyDataWarning, getCustomElements, getElementData, getPublicFields, hasCustomElements, ManifestMixin } from '@api-viewer/common/lib/index.js';
import { emptyDataWarning, getCustomElements, getElementData, getPublicFields, getPublicMethods, hasCustomElements, ManifestMixin } from '@api-viewer/common/lib/index.js';
import { setTemplates } from '@api-viewer/common/lib/templates.js';

@@ -20,2 +20,3 @@ import '@api-viewer/demo/lib/layout.js';

const props = getPublicFields(data.members);
const methods = getPublicMethods(data.members);
return html `

@@ -66,2 +67,3 @@ <header part="header">

.attrs=${data.attributes ?? []}
.methods=${methods}
.events=${data.events ?? []}

@@ -68,0 +70,0 @@ .slots=${data.slots ?? []}

{
"name": "api-viewer-element",
"version": "1.0.0-pre.4",
"version": "1.0.0-pre.5",
"publishConfig": {

@@ -35,5 +35,5 @@ "access": "public"

"dependencies": {
"@api-viewer/common": "^1.0.0-pre.4",
"@api-viewer/demo": "^1.0.0-pre.4",
"@api-viewer/docs": "^1.0.0-pre.4",
"@api-viewer/common": "^1.0.0-pre.5",
"@api-viewer/demo": "^1.0.0-pre.5",
"@api-viewer/docs": "^1.0.0-pre.5",
"lit": "^2.0.0",

@@ -63,5 +63,5 @@ "tslib": "^2.3.1"

"path": "lib/api-viewer.js",
"limit": "38.5 KB"
"limit": "38.6 KB"
}
]
}

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