Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dateable

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dateable - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

.travis.yml

6

index.js

@@ -102,3 +102,3 @@ var fs = require('fs')

stringLength = string.length;
var stringLength = string.length;

@@ -108,3 +108,3 @@ while (token = tokenizer.exec(format)) {

tokenLength = token[0].length;
var tokenLength = token[0].length;
part = string.substr(index, tokenLength);

@@ -254,2 +254,2 @@ index += tokenLength - 1;

return obj;
}
}
{
"name": "dateable",
"description": "A date formatter and parser for node",
"version": "0.1.2",
"version": "0.1.3",
"author": "Eivind Fjeldstad",

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

@@ -0,1 +1,2 @@

[![build status](https://secure.travis-ci.org/eivindfjeldstad/dateable.png)](http://travis-ci.org/eivindfjeldstad/dateable)
# dateable

@@ -2,0 +3,0 @@ A small library that provides a few very useful methods for displaying dates, including a formatter and a parser.

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