Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@freddy38510/ocframework

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freddy38510/ocframework - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

framework.extra.js

@@ -7,2 +7,5 @@ /* ========================================================================

* ======================================================================== */
import Bulma from '@vizuaalog/bulmajs/src/core.js'
import '@vizuaalog/bulmajs/src/plugins/alert'
import '@vizuaalog/bulmajs/src/plugins/notification'
;(function ($) {

@@ -220,3 +223,3 @@ 'use strict'

//document.getElementById('flash-container')
$notification = window.Bulma('#flash-container').notification({
$notification = Bulma('#flash-container').notification({
body: options.text,

@@ -301,3 +304,3 @@ // parent: document.getElementById('flash-container'),

window.Bulma().alert({
Bulma().alert({
type: options.type,

@@ -304,0 +307,0 @@ title: options.title,

{
"name": "@freddy38510/ocframework",
"version": "1.0.1",
"version": "1.0.2",
"description": "OctoberCMS Framework adapt to Bulma",

@@ -18,3 +18,8 @@ "main": "main.js",

},
"homepage": "https://github.com/freddy38510/oc-framework#readme"
"homepage": "https://github.com/freddy38510/oc-framework#readme",
"dependencies": {
"@vizuaalog/bulmajs": "^0.11.0",
"bulma": "^0.9.0",
"jquery": "^3.5.1"
}
}
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