Socket
Socket
Sign inDemoInstall

bulma-calendar

Package Overview
Dependencies
1
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

src/js/defaultOptions.js

14

CHANGELOG.md

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

# [4.0.0](https://github.com/Wikiki/bulma-calendar/compare/v3.0.0...v4.0.0) (2018-06-22)
### Bug Fixes
* **Fix date bugs & moment.js inclusion:** Switch from custom date functions to moment.js ([fe27357](https://github.com/Wikiki/bulma-calendar/commit/fe27357)), closes [#80](https://github.com/Wikiki/bulma-calendar/issues/80)
### BREAKING CHANGES
* **Fix date bugs & moment.js inclusion:** rename startDate option to selectedDate
<a name="1.2.0"></a>

@@ -198,2 +210,2 @@ # [1.2.0](https://github.com/Wikiki/bulma-calendar/compare/1.1.10...1.2.0) (2018-04-13)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

29

package.json

@@ -6,3 +6,3 @@ {

"style": "./dist/css/bulma-calendar.min.css",
"version": "3.0.0",
"version": "4.0.0",
"scripts": {

@@ -13,4 +13,6 @@ "commit": "git-cz",

"semantic-release": "semantic-release",
"watch:test": "jest test/index.test.js -w",
"test": "jest test/index.test.js"
"watch:test": "jest test/*.test.js --watch",
"test": "jest test/*.test.js",
"build": "gulp build",
"clean": "gulp clean"
},

@@ -34,2 +36,3 @@ "repository": {

"devDependencies": {
"@semantic-release/changelog": "^2.0.2",
"ansi-colors": "^2.0.1",

@@ -68,10 +71,20 @@ "autoprefixer": "^8.6.2",

},
"release": {
"prepare": [
"@semantic-release/npm",
{
"path": "@semantic-release/changelog",
"changelogFile": "CHANGELOG.md"
}
]
},
"files": [
"dist/css/bulma-calendar.sass",
"dist/css/bulma-calendar.min.css",
"dist/js/bulma-calendar.js",
"dist/js/bulma-calendar.min.js",
"dist/**",
"src/**",
"LICENSE",
"README.md"
]
],
"dependencies": {
"moment": "^2.22.2"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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