New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anytime

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anytime - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

1

anytime.js

@@ -21,2 +21,3 @@ module.exports = AnytimePicker

function createMoment(value) {
value = value !== null ? value : undefined
if (this.options.timezone) return moment.tz(value, this.options.timezone)

@@ -23,0 +24,0 @@

5

package.json
{
"name": "anytime",
"version": "0.4.1",
"version": "0.4.2",
"publishConfig": {

@@ -19,3 +19,3 @@ "registry": "http://registry.npmjs.org"

"prepublish": "npm test && npm prune",
"demo": "browserify -r ./anytime ./anytime.js > bundle.js && open demo.html"
"demo": "./node_modules/.bin/browserify -r ./anytime > bundle.js && open demo.html"
},

@@ -31,2 +31,3 @@ "author": "Ben Gourley",

"devDependencies": {
"browserify": "^10.2.1",
"istanbul": "^0.3.2",

@@ -33,0 +34,0 @@ "jsdom": "^3.1.2",

Sorry, the diff of this file is not supported yet

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