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

anytime

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anytime - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

{
"name": "anytime",
"version": "1.4.1",
"version": "1.4.2",
"description": "A date/time picker",

@@ -24,7 +24,6 @@ "author": "Ben Gourley",

"prepublish": "npm test && npm prune && npm run-script build",
"website": "gulp watch:web"
"buildwebsite": "gulp build:web",
"watch": "gulp watch:web",
"deploy": "gulp deploy"
},
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {

@@ -31,0 +30,0 @@ "lodash.assign": "*",

@@ -396,2 +396,4 @@ module.exports = AnytimePicker

this.el.style.transform = transformValue
this.el.style.top = 0
this.el.style.left = 0
}

@@ -398,0 +400,0 @@