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

bootstrap-datepicker-year-offset

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-datepicker-year-offset - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/js/bootstrap-datepicker-year-offset.js

3

js/bootstrap-datepicker-year-offset.js

@@ -6,3 +6,2 @@ /*!

*/
(function (factory) {

@@ -98,3 +97,3 @@

yearOffSet = (this.o.thaiyear == true) ? 543 : 0;
yearOffSet = (options.language === 'th-TH') ? 543 : 0;

@@ -101,0 +100,0 @@ this.dates = new DateArray();

{
"name": "bootstrap-datepicker-year-offset",
"version": "1.0.1",
"description": "",
"main": "index.js",
"version": "1.0.2",
"description": "Modified version of bootstrap-datepicker (Buddhist Era calendar support)",
"scripts": {
"build": "rm -rf dist && webpack --mode production"
"build": "rm -rf dist && mkdir -p dist/js && cp ./js/*.js dist/js && cp package.json dist/"
},
"author": "",
"author": "tumit",
"license": "ISC",
"devDependencies": {
"jquery": "^3.3.1",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
}
"devDependencies": {}
}

@@ -12,12 +12,5 @@ ## Bootstrap Datepicker Year Offset

"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/bootstrap-datepicker-year-offset/dist/js/bootstrap-datepicker-year-offset.min.js",
"../node_modules/bootstrap-datepicker-year-offset/dist/js/bootstrap-datepicker-year-offset.js",
"../node_modules/bootstrap-datepicker/dist/locales/bootstrap-datepicker.th.min.js"
],
```
## Development & Publish
- pull source code
- `npm install`
- clear `dist` (if need)
- webpack --mode production
- npm publish dist
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