Socket
Socket
Sign inDemoInstall

@xo-union/pagelet

Package Overview
Dependencies
9
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.23 to 3.2.24

2

lib/load-snippet/index.js

@@ -143,7 +143,5 @@ module.exports =

let {
minify,
tag = 'latest'
} = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return createSnippet({
minify,
variables: {

@@ -150,0 +148,0 @@ browserModulesJsPath: Object(_xo_union_dist_url__WEBPACK_IMPORTED_MODULE_0__["getUrl"])({

@@ -1,9 +0,3 @@

declare function createSnippet({
minify,
tag,
}?: {
minify?: boolean;
tag?: string;
}): string;
declare function createSnippet({ tag }?: { tag?: string }): string;
export default createSnippet;

6

package.json
{
"name": "@xo-union/pagelet",
"version": "3.2.23",
"version": "3.2.24",
"main": "lib/core/index.js",

@@ -28,3 +28,3 @@ "types": "lib/core/index.js",

"@xo-union/event-target-shim": "^5.0.0",
"@xo-union/util-snippet-generator": "^3.0.1",
"@xo-union/util-snippet-generator": "^3.0.2",
"customevent": "^1.0.1"

@@ -53,3 +53,3 @@ },

},
"gitHead": "c65af8f31426dc2f6328f4b1436b96276a74fe18"
"gitHead": "717b6f1a823ce2bfd515df54edbd8e45323a340c"
}
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