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

fix-date

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fix-date - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

fix-date.js

6

package.json
{
"name": "fix-date",
"version": "1.1.4",
"version": "1.1.5",
"description": "Solution for `yyyy-MM-dd HH:mm:ss` is `Invalid Date` in Safari, IE, etc",
"author": "Ken Berkeley <kenberkeley@foxmail.com>",
"main": "dist/fix-date.min.js",
"main": "fix-date.min.js",
"scripts": {
"build": "uglifyjs src/fix-date.js -c -m -o dist/fix-date.min.js"
"build": "uglifyjs fix-date.js -c -m -o fix-date.min.js"
},

@@ -10,0 +10,0 @@ "repository": {

@@ -13,3 +13,3 @@ # `fix-date`

> You can also use it with `<script src="dist/fix-date.min.js"></script>`
> You can also use it with `<script src="fix-date.min.js"></script>`

@@ -16,0 +16,0 @@ [npm-url]: https://www.npmjs.com/package/fix-date

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