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

@manifoldco/component-plan-matrix

Package Overview
Dependencies
Maintainers
16
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manifoldco/component-plan-matrix - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.1-test.0

dist/cjs/core-506459cd.js

2

dist/cjs/loader.cjs.js

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

const core = require('./core-3fc7b630.js');
const core = require('./core-506459cd.js');

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

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

const core = require('./core-3fc7b630.js');
const core = require('./core-506459cd.js');

@@ -8,0 +8,0 @@ const ManifoldButton = class {

'use strict';
const core = require('./core-3fc7b630.js');
const core = require('./core-506459cd.js');

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

@@ -8,3 +8,3 @@ {

"name": "@stencil/core",
"version": "1.8.8",
"version": "1.8.9",
"typescriptVersion": "3.7.5"

@@ -11,0 +11,0 @@ },

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

import { r as registerInstance, h, g as getElement } from './core-92f15983.js';
import { r as registerInstance, h, g as getElement } from './core-235f4aaa.js';
var ManifoldButton = /** @class */ (function () {

@@ -3,0 +3,0 @@ function ManifoldButton(hostRef) {

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

import { r as registerInstance, h, g as getElement } from './core-92f15983.js';
import { r as registerInstance, h, g as getElement } from './core-235f4aaa.js';

@@ -3,0 +3,0 @@ const ManifoldButton = class {

@@ -561,5 +561,5 @@ /*

}
CustomStyle.prototype.initShim = function () {
CustomStyle.prototype.i = function () {
var _this = this;
if (this.didInit) {
if (this.didInit || !this.win.requestAnimationFrame) {
return Promise.resolve();

@@ -653,8 +653,6 @@ }

}());
var win = window;
function needsShim() {
return !(win.CSS && win.CSS.supports && win.CSS.supports('color', 'var(--c)'));
}
if (!win.__stencil_cssshim && needsShim()) {
win.__stencil_cssshim = new CustomStyle(win, document);
}
(function (win) {
if (win && !win.__cssshim && (!(win.CSS && win.CSS.supports && win.CSS.supports('color', 'var(--c)')))) {
win.__cssshim = new CustomStyle(win, win.document);
}
})(typeof window !== 'undefined' && window);

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

import{p as f,b as i}from"./p-e94b0dfb.js";f().then(f=>i([["p-wgcfxzhq",[[0,"manifold-pricing"],[0,"manifold-button",{text:[1],href:[1]}]]]],f));
import{p as i,b as m}from"./p-5b6cb690.js";i().then(i=>m([["p-wqgn2md6",[[0,"manifold-pricing"],[0,"manifold-button",{text:[1],href:[1]}]]]],i));
{
"name": "@manifoldco/component-plan-matrix",
"version": "0.0.1-alpha.0",
"version": "0.0.1-test.0",
"private": false,

@@ -26,3 +26,3 @@ "description": "Stencil Component Starter",

"lint:js": "eslint --ext .js,.ts,.tsx src",
"prepublishOnly": "npm run build && npm version --from-git",
"prepublishOnly": "npm run build && npm version from-git",
"start": "stencil build --dev --watch --serve",

@@ -29,0 +29,0 @@ "storybook": "start-storybook -p 6006",

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 not supported yet

Sorry, the diff of this file is not supported yet

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

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