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

gregorian-calendar

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gregorian-calendar - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

lib/gregorian-calendar.js

@@ -460,3 +460,3 @@ /**

if (!this.isSet(YEAR)) {
throw new Error('year must be set for KISSY GregorianCalendar');
throw new Error('year must be set for GregorianCalendar');
}

@@ -714,3 +714,3 @@

} else {
throw new Error('illegal arguments for KISSY GregorianCalendar set');
throw new Error('illegal arguments for GregorianCalendar set');
}

@@ -1350,2 +1350,2 @@ this.time = undefined;

- julian calendar
*/
*/
/**
* locale info for KISSY Date
* en-us locale
* @ignore

@@ -25,2 +25,2 @@ * @author yiminghe@gmail.com

dateTimePattern: '{date} {time}'
};
};
/**
* locale info for KISSY Date
* zh-cn locale
* @ignore

@@ -27,2 +27,2 @@ * @author yiminghe@gmail.com

dateTimePattern: '{date} {time}'
};
};
{
"name": "gregorian-calendar",
"version": "2.0.3",
"version": "2.0.4",
"author": "yiminghe <yiminghe@gmail.com>",

@@ -13,15 +13,2 @@ "engines": {

},
"testling": {
"server": "server.js",
"html": "tests/runner.html",
"browsers": [
"ie/6..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"iphone/6..lastest",
"ipad/6..latest",
"android-browser/latest"
]
},
"devDependencies": {

@@ -72,7 +59,10 @@ "aggregate-bower": "^1.0.2",

"test": "",
"publish": "gulp tag",
"publish": "spm publish && gulp tag",
"lint": "gulp lint",
"browser-test": "mocha-phantomjs http://localhost:$npm_package_config_port/tests/browser/runner.html",
"browser-test-cover": "mocha-phantomjs -R node_modules/node-jscover/lib/reporters/mocha/console http://localhost:$npm_package_config_port/tests/browser/runner.html?coverage"
},
"spm":{
"output": ["lib/locale/*.js"]
}
}
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