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

get-date-format

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-date-format - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.npmignore

5

package.json
{
"name": "get-date-format",
"version": "0.1.1",
"version": "0.1.2",
"description": "Module that tries to get the date format out of sample of dates",

@@ -15,4 +15,5 @@ "main": "./dist/lib.js",

"test": "npm run lint && npm run test:unit",
"test:unit": "cross-env NODE_ENV=TEST jest src",
"test:unit": "cross-env NODE_ENV=TEST jest src --coverage",
"test:unit:watch": "cross-env NODE_ENV=TEST jest --watch src",
"release:tag": "git tag $npm_package_version && git push --tags",
"prestart": "npm run build",

@@ -19,0 +20,0 @@ "prepublish": "npm run build"

4

TODO.md

@@ -5,3 +5,5 @@ * [x] FIX Prettier

* [ ] implement CI
* [ ] write README.MD
* [ ] remove chai
* [x] write README.MD
* [ ] performance optimization in README.MD
* [ ] prettier badge

@@ -8,0 +10,0 @@ * [ ] codecove

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