New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bulmil/svelte

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bulmil/svelte - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.10.0](https://github.com/gomah/bulmil/compare/v0.9.0...v0.10.0) (2020-09-01)
### Bug Fixes
* **svelte:** defineCustomElements in plugin ([23cc609](https://github.com/gomah/bulmil/commit/23cc6094fba38d5e883c9b5f4e664f0cb2760b5e))
# [0.9.0](https://github.com/gomah/bulmil/compare/v0.8.0...v0.9.0) (2020-09-01)

@@ -8,0 +19,0 @@

9

dist/cjs/index.js

@@ -13,7 +13,12 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const loader_1 = require("@bulmil/core/dist/loader");
__exportStar(require("@bulmil/core"), exports);
__exportStar(require("./proxies"), exports);
if (typeof window !== 'undefined') {
loader_1.defineCustomElements(window);
const script = document.createElement('script');
script.type = 'module';
script.defer = true;
script.src = 'https://cdn.jsdelivr.net/npm/@bulmil/core@latest/dist/bulmil/bulmil.esm.js';
const firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(script, firstScriptTag);
}
//# sourceMappingURL=index.js.map
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -11,84 +8,84 @@ exports.BmTextarea = exports.BmTags = exports.BmTag = exports.BmTabs = exports.BmTable = exports.BmSwitch = exports.BmSlider = exports.BmSelect = exports.BmSection = exports.BmRadio = exports.BmProgress = exports.BmPanel = exports.BmPagination = exports.BmNotification = exports.BmNavbar = exports.BmModal = exports.BmMessage = exports.BmMenu = exports.BmInput = exports.BmImage = exports.BmIcon = exports.BmFooter = exports.BmFile = exports.BmField = exports.BmDropdown = exports.BmDivider = exports.BmContent = exports.BmContainer = exports.BmColumns = exports.BmColumn = exports.BmCheckbox = exports.BmCardImage = exports.BmCardHeader = exports.BmCardFooter = exports.BmCardContent = exports.BmCard = exports.BmButtons = exports.BmButton = exports.BmBreadcrumb = exports.BmBox = exports.BmBadge = void 0;

require("@bulmil/core/dist/loader");
const BmBadge_1 = __importDefault(require("./components/BmBadge"));
const BmBadge_1 = require("./components/BmBadge");
exports.BmBadge = BmBadge_1.default;
const BmBox_1 = __importDefault(require("./components/BmBox"));
const BmBox_1 = require("./components/BmBox");
exports.BmBox = BmBox_1.default;
const BmBreadcrumb_1 = __importDefault(require("./components/BmBreadcrumb"));
const BmBreadcrumb_1 = require("./components/BmBreadcrumb");
exports.BmBreadcrumb = BmBreadcrumb_1.default;
const BmButton_1 = __importDefault(require("./components/BmButton"));
const BmButton_1 = require("./components/BmButton");
exports.BmButton = BmButton_1.default;
const BmButtons_1 = __importDefault(require("./components/BmButtons"));
const BmButtons_1 = require("./components/BmButtons");
exports.BmButtons = BmButtons_1.default;
const BmCard_1 = __importDefault(require("./components/BmCard"));
const BmCard_1 = require("./components/BmCard");
exports.BmCard = BmCard_1.default;
const BmCardContent_1 = __importDefault(require("./components/BmCardContent"));
const BmCardContent_1 = require("./components/BmCardContent");
exports.BmCardContent = BmCardContent_1.default;
const BmCardFooter_1 = __importDefault(require("./components/BmCardFooter"));
const BmCardFooter_1 = require("./components/BmCardFooter");
exports.BmCardFooter = BmCardFooter_1.default;
const BmCardHeader_1 = __importDefault(require("./components/BmCardHeader"));
const BmCardHeader_1 = require("./components/BmCardHeader");
exports.BmCardHeader = BmCardHeader_1.default;
const BmCardImage_1 = __importDefault(require("./components/BmCardImage"));
const BmCardImage_1 = require("./components/BmCardImage");
exports.BmCardImage = BmCardImage_1.default;
const BmCheckbox_1 = __importDefault(require("./components/BmCheckbox"));
const BmCheckbox_1 = require("./components/BmCheckbox");
exports.BmCheckbox = BmCheckbox_1.default;
const BmColumn_1 = __importDefault(require("./components/BmColumn"));
const BmColumn_1 = require("./components/BmColumn");
exports.BmColumn = BmColumn_1.default;
const BmColumns_1 = __importDefault(require("./components/BmColumns"));
const BmColumns_1 = require("./components/BmColumns");
exports.BmColumns = BmColumns_1.default;
const BmContainer_1 = __importDefault(require("./components/BmContainer"));
const BmContainer_1 = require("./components/BmContainer");
exports.BmContainer = BmContainer_1.default;
const BmContent_1 = __importDefault(require("./components/BmContent"));
const BmContent_1 = require("./components/BmContent");
exports.BmContent = BmContent_1.default;
const BmDivider_1 = __importDefault(require("./components/BmDivider"));
const BmDivider_1 = require("./components/BmDivider");
exports.BmDivider = BmDivider_1.default;
const BmDropdown_1 = __importDefault(require("./components/BmDropdown"));
const BmDropdown_1 = require("./components/BmDropdown");
exports.BmDropdown = BmDropdown_1.default;
const BmField_1 = __importDefault(require("./components/BmField"));
const BmField_1 = require("./components/BmField");
exports.BmField = BmField_1.default;
const BmFile_1 = __importDefault(require("./components/BmFile"));
const BmFile_1 = require("./components/BmFile");
exports.BmFile = BmFile_1.default;
const BmFooter_1 = __importDefault(require("./components/BmFooter"));
const BmFooter_1 = require("./components/BmFooter");
exports.BmFooter = BmFooter_1.default;
const BmIcon_1 = __importDefault(require("./components/BmIcon"));
const BmIcon_1 = require("./components/BmIcon");
exports.BmIcon = BmIcon_1.default;
const BmImage_1 = __importDefault(require("./components/BmImage"));
const BmImage_1 = require("./components/BmImage");
exports.BmImage = BmImage_1.default;
const BmInput_1 = __importDefault(require("./components/BmInput"));
const BmInput_1 = require("./components/BmInput");
exports.BmInput = BmInput_1.default;
const BmMenu_1 = __importDefault(require("./components/BmMenu"));
const BmMenu_1 = require("./components/BmMenu");
exports.BmMenu = BmMenu_1.default;
const BmMessage_1 = __importDefault(require("./components/BmMessage"));
const BmMessage_1 = require("./components/BmMessage");
exports.BmMessage = BmMessage_1.default;
const BmModal_1 = __importDefault(require("./components/BmModal"));
const BmModal_1 = require("./components/BmModal");
exports.BmModal = BmModal_1.default;
const BmNavbar_1 = __importDefault(require("./components/BmNavbar"));
const BmNavbar_1 = require("./components/BmNavbar");
exports.BmNavbar = BmNavbar_1.default;
const BmNotification_1 = __importDefault(require("./components/BmNotification"));
const BmNotification_1 = require("./components/BmNotification");
exports.BmNotification = BmNotification_1.default;
const BmPagination_1 = __importDefault(require("./components/BmPagination"));
const BmPagination_1 = require("./components/BmPagination");
exports.BmPagination = BmPagination_1.default;
const BmPanel_1 = __importDefault(require("./components/BmPanel"));
const BmPanel_1 = require("./components/BmPanel");
exports.BmPanel = BmPanel_1.default;
const BmProgress_1 = __importDefault(require("./components/BmProgress"));
const BmProgress_1 = require("./components/BmProgress");
exports.BmProgress = BmProgress_1.default;
const BmRadio_1 = __importDefault(require("./components/BmRadio"));
const BmRadio_1 = require("./components/BmRadio");
exports.BmRadio = BmRadio_1.default;
const BmSection_1 = __importDefault(require("./components/BmSection"));
const BmSection_1 = require("./components/BmSection");
exports.BmSection = BmSection_1.default;
const BmSelect_1 = __importDefault(require("./components/BmSelect"));
const BmSelect_1 = require("./components/BmSelect");
exports.BmSelect = BmSelect_1.default;
const BmSlider_1 = __importDefault(require("./components/BmSlider"));
const BmSlider_1 = require("./components/BmSlider");
exports.BmSlider = BmSlider_1.default;
const BmSwitch_1 = __importDefault(require("./components/BmSwitch"));
const BmSwitch_1 = require("./components/BmSwitch");
exports.BmSwitch = BmSwitch_1.default;
const BmTable_1 = __importDefault(require("./components/BmTable"));
const BmTable_1 = require("./components/BmTable");
exports.BmTable = BmTable_1.default;
const BmTabs_1 = __importDefault(require("./components/BmTabs"));
const BmTabs_1 = require("./components/BmTabs");
exports.BmTabs = BmTabs_1.default;
const BmTag_1 = __importDefault(require("./components/BmTag"));
const BmTag_1 = require("./components/BmTag");
exports.BmTag = BmTag_1.default;
const BmTags_1 = __importDefault(require("./components/BmTags"));
const BmTags_1 = require("./components/BmTags");
exports.BmTags = BmTags_1.default;
const BmTextarea_1 = __importDefault(require("./components/BmTextarea"));
const BmTextarea_1 = require("./components/BmTextarea");
exports.BmTextarea = BmTextarea_1.default;
//# sourceMappingURL=proxies.js.map

@@ -1,6 +0,11 @@

import { defineCustomElements } from '@bulmil/core/dist/loader';
export * from '@bulmil/core';
export * from './proxies';
if (typeof window !== 'undefined') {
defineCustomElements(window);
const script = document.createElement('script');
script.type = 'module';
script.defer = true;
script.src = 'https://cdn.jsdelivr.net/npm/@bulmil/core@latest/dist/bulmil/bulmil.esm.js';
const firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(script, firstScriptTag);
}
//# sourceMappingURL=index.js.map

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

export * from '@bulmil/core';
export * from './proxies';
{
"name": "@bulmil/svelte",
"sideEffects": false,
"version": "0.9.0",
"version": "0.10.0",
"description": "Svelte specific wrapper for bulmil",

@@ -9,5 +9,4 @@ "main": "dist/cjs/index.js",

"types": "dist/types/index.d.ts",
"svelte": "src/svelte/index.js",
"files": [
"src/",
"src/svelte",
"dist/"

@@ -33,3 +32,3 @@ ],

"dependencies": {
"@bulmil/core": "0.9.0"
"@bulmil/core": "0.10.0"
},

@@ -42,3 +41,3 @@ "devDependencies": {

},
"gitHead": "01a2da680cafeaf8dc75c3319d44ac5fc78fc136"
"gitHead": "13d8a34c132947e03339a04a199326e354999a08"
}

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

Sorry, the diff of this file is not supported yet

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