Socket
Socket
Sign inDemoInstall

@pie-api/pie-api-live-components

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pie-api/pie-api-live-components - npm Package Compare versions

Comparing version 1.9.2 to 1.10.0

dist/cjs/index-9d15371c.js

2

dist/cjs/item-metadata.cjs.entry.js

@@ -5,3 +5,3 @@ 'use strict';

const index = require('./index-5dec7f72.js');
const index = require('./index-9d15371c.js');

@@ -8,0 +8,0 @@ class ItemMetadata {

@@ -5,3 +5,3 @@ 'use strict';

const index = require('./index-5dec7f72.js');
const index = require('./index-9d15371c.js');

@@ -8,0 +8,0 @@ const defineCustomElements = (win, options) => {

'use strict';
const index = require('./index-5dec7f72.js');
const index = require('./index-9d15371c.js');

@@ -5,0 +5,0 @@ index.patchBrowser().then(options => {

@@ -76,3 +76,3 @@ import { Component, Prop, h, Watch, Event, State, Host, Element } from '@stencil/core';

getCorrectness(points, maxPoints) {
if (!points || !maxPoints) {
if (!maxPoints) {
return null;

@@ -79,0 +79,0 @@ }

@@ -16,2 +16,8 @@ import { Component, Element, Prop, h, Host } from '@stencil/core';

static get is() { return "pie-response-cell"; }
static get originalStyleUrls() { return {
"$": ["pie-response-cell.css"]
}; }
static get styleUrls() { return {
"$": ["pie-response-cell.css"]
}; }
static get properties() { return {

@@ -18,0 +24,0 @@ "sessionData": {

@@ -13,2 +13,8 @@ import { Component, Prop, h, Element, Host } from '@stencil/core';

static get is() { return "pie-response"; }
static get originalStyleUrls() { return {
"$": ["pie-response.css"]
}; }
static get styleUrls() { return {
"$": ["pie-response.css"]
}; }
static get properties() { return {

@@ -15,0 +21,0 @@ "sessionData": {

@@ -41,2 +41,3 @@ export class Api {

const graphQlApi = apiUrl;
try {

@@ -43,0 +44,0 @@ const res = await fetch(graphQlApi, {

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

import { r as registerInstance, g as getElement } from './index-e9a6b9c1.js';
import { r as registerInstance, g as getElement } from './index-ddd3930a.js';

@@ -3,0 +3,0 @@ class ItemMetadata {

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

import{p as e,b as s}from"./p-515e2df3.js";e().then(e=>s([["p-017a37b7",[[0,"pie-api-live",{metadata:[16],token:[1],host:[1]},[[0,"attachSession","handleLiveSessionAdded"]]],[1,"pie-live-session",{sessionId:[513,"session-id"],token:[1],client:[16],apiUrl:[1,"api-url"],metadata:[16],sessionData:[32]}],[0,"pie-response",{sessionData:[8,"session-data"]}],[0,"pie-response-cell",{sessionData:[8,"session-data"]}]]],["p-afe73397",[[0,"item-metadata",{_key:[1,"key"],attribute:[1]}]]]],e));
import{p as e,b as s}from"./p-e49ed7e6.js";e().then(e=>s([["p-83081db6",[[0,"pie-api-live",{metadata:[16],token:[1],host:[1]},[[0,"attachSession","handleLiveSessionAdded"]]],[1,"pie-live-session",{sessionId:[513,"session-id"],token:[1],client:[16],apiUrl:[1,"api-url"],metadata:[16],sessionData:[32]}],[0,"pie-response",{sessionData:[8,"session-data"]}],[0,"pie-response-cell",{sessionData:[8,"session-data"]}]]],["p-58e25be0",[[0,"item-metadata",{_key:[1,"key"],attribute:[1]}]]]],e));
{
"name": "@pie-api/pie-api-live-components",
"version": "1.9.2",
"version": "1.10.0",
"description": "Custom Elements that work with PIE Api Live services",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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