Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@frankhoodbs/bootstrap-responsive-grid-cmp

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frankhoodbs/bootstrap-responsive-grid-cmp - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+3
-5
dist/lib.d.ts

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

import { App } from 'vue';
import { Plugin } from 'vue';
declare const BootstrapResponsiveGridCmp: {

@@ -30,6 +30,4 @@ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./BootstrapResponsiveGridCmp').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {

});
declare const _default: {
install: (app: App) => boolean;
};
export default _default;
declare const BootstrapResponsiveGridPlugin: Plugin;
export default BootstrapResponsiveGridPlugin;
export { BootstrapResponsiveGridCmp };

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

import{defineAsyncComponent as o}from"vue";let s=o(()=>import("./BootstrapResponsiveGridCmp.js")),e={install:o=>(o.component("BootstrapResponsiveGridCmp",s),!0)};export{s as BootstrapResponsiveGridCmp,e as default};
import{defineAsyncComponent as o}from"vue";let s=o(()=>import("./BootstrapResponsiveGridCmp.js")),e={install:o=>{o.component("BootstrapResponsiveGridCmp",s)}};export{s as BootstrapResponsiveGridCmp,e as default};

@@ -13,3 +13,3 @@ {

"license": "ISC",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",

@@ -51,5 +51,5 @@ "exports": {

"devDependencies": {
"@frankhoodbs/eslint-config-vue": "^4.0.0",
"@frankhoodbs/eslint-config-vue": "^4.0.1",
"@frankhoodbs/prettier-config": "^3.0.0",
"@frankhoodbs/uglify-js": "^4.0.0",
"@frankhoodbs/uglify-js": "^4.0.1",
"@vitejs/plugin-vue": "^6.0.1",

@@ -61,12 +61,12 @@ "@vue/tsconfig": "^0.8.1",

"typescript": "~5.9.3",
"vite": "^7.1.12",
"vite": "^7.2.2",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vue-tsc": "^3.1.1"
"vue-tsc": "^3.1.3"
},
"dependencies": {
"@frankhoodbs/breakpoints": "^5.0.0",
"vue": "^3.5.22"
"@frankhoodbs/breakpoints": "^5.0.1",
"vue": "^3.5.24"
},
"gitHead": "34fcf1fe1db0b3082b0ab19242908d11ff87d683"
"gitHead": "c158ce70d8095ab5b34fe43d1c9681a5947cfe8e"
}