Socket
Socket
Sign inDemoInstall

@splidejs/splide-extension-url-hash

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

1

build/module/config.js

@@ -5,2 +5,3 @@ const config = require( '../global/config' );

...config,
entry: './src/js/splide-extension-url-hash.js',
output: {

@@ -7,0 +8,0 @@ filename : 'splide-extension-url-hash.esm.js',

16

dist/js/splide-extension-url-hash.esm.js

@@ -102,6 +102,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

"use strict";
// ESM COMPAT FLAG
__webpack_require__.r(__webpack_exports__);
// CONCATENATED MODULE: ./src/js/splide-extension-url-hash.js
/**

@@ -131,3 +128,3 @@ * The extension component for listening to URL hash change

/* harmony default export */ var splide_extension_url_hash = (function (Splide, Components) {
/* harmony default export */ __webpack_exports__["default"] = (function (Splide, Components) {
var URLHash = {

@@ -195,16 +192,5 @@ /**

});
// CONCATENATED MODULE: ./build/global/global.js
/**
* Set the URL hash extension to the global object.
*
* @author Naotoshi Fujita
* @copyright Naotoshi Fujita. All rights reserved.
*/
window.splide = window.splide || {};
window.splide.Extensions = window.splide.Extensions || {};
window.splide.Extensions.URLHash = splide_extension_url_hash;
/***/ })
/******/ ]);
});
{
"name": "@splidejs/splide-extension-url-hash",
"version": "0.1.4",
"version": "0.1.5",
"description": "The extension of Splide for URL hash navigation.",

@@ -5,0 +5,0 @@ "author": "Naotoshi Fujita",

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