timezone-mock
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -18,3 +18,3 @@ var assert = require('assert'); | ||
var date_rfc_2822_regex=/^\d\d-\w\w\w-\d\d\d\d \d\d\:\d\d\:\d\d (\+|-)\d\d\d\d$/; | ||
var local_date_regex=/^\d\d\d\d-\d\d-\d\d[T ]\d\d\:\d\d\:\d\d(\.\d\d\d)?$/; | ||
var local_date_regex=/^\d\d\d\d-\d\d-\d\d[T ]\d\d\:\d\d(\:\d\d(\.\d\d\d)?)?$/; | ||
@@ -21,0 +21,0 @@ function MockDate(param) { |
{ | ||
"name": "timezone-mock", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A JavaScript library to mock the local timezone.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23771