Socket
Socket
Sign inDemoInstall

web-social-share

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0 to 9.1.0

15

dist/cjs/index-8efb77d9.js

@@ -1096,3 +1096,16 @@ 'use strict';

}
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
const processMod = importedModule => {
cmpModules.set(bundleId, importedModule);
return importedModule[exportName];
}
switch(bundleId) {
case 'web-social-share.cjs':
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
/* webpackMode: "lazy" */
'./web-social-share.cjs.entry.js')); }).then(processMod, consoleError);
}
}
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(

@@ -1099,0 +1112,0 @@ /* @vite-ignore */

2

dist/cjs/loader.cjs.js

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

/*
Stencil Client Patch Esm v2.17.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.17.4 | MIT Licensed | https://stenciljs.com
*/

@@ -11,0 +11,0 @@ const patchEsm = () => {

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

/*
Stencil Client Patch Browser v2.17.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.17.4 | MIT Licensed | https://stenciljs.com
*/

@@ -9,0 +9,0 @@ const patchBrowser = () => {

@@ -7,3 +7,3 @@ {

"name": "@stencil/core",
"version": "2.17.1",
"version": "2.17.4",
"typescriptVersion": "4.5.4"

@@ -10,0 +10,0 @@ },

@@ -1074,3 +1074,16 @@ const NAMESPACE = 'websocialshare';

}
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
const processMod = importedModule => {
cmpModules.set(bundleId, importedModule);
return importedModule[exportName];
}
switch(bundleId) {
case 'web-social-share':
return import(
/* webpackMode: "lazy" */
'./web-social-share.entry.js').then(processMod, consoleError);
}
}
return import(

@@ -1077,0 +1090,0 @@ /* @vite-ignore */

import { p as promiseResolve, b as bootstrapLazy } from './index-f937ef18.js';
/*
Stencil Client Patch Esm v2.17.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.17.4 | MIT Licensed | https://stenciljs.com
*/

@@ -6,0 +6,0 @@ const patchEsm = () => {

import { p as promiseResolve, b as bootstrapLazy } from './index-f937ef18.js';
/*
Stencil Client Patch Browser v2.17.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.17.4 | MIT Licensed | https://stenciljs.com
*/

@@ -6,0 +6,0 @@ const patchBrowser = () => {

{
"name": "web-social-share",
"version": "9.0.0",
"version": "9.1.0",
"description": "A Web Component to share urls and text on social networks",
"main": "dist/index.cjs.js",
"module": "dist/websocialshare/websocialshare.esm.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",

@@ -27,3 +27,3 @@ "es2017": "dist/esm/index.js",

"devDependencies": {
"@stencil/core": "^2.17.1",
"@stencil/core": "^2.17.4",
"@stencil/postcss": "^2.1.0",

@@ -33,3 +33,3 @@ "@stencil/sass": "^1.5.2",

"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0"
"prettier-plugin-organize-imports": "^3.1.1"
},

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

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