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

moment-parseformat

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moment-parseformat - npm Package Compare versions

Comparing version 1.1.4 to 2.0.0

bin/authorize-push.js

52

package.json
{
"name": "moment-parseformat",
"description": "A moment.js plugin to extract the format of a date/time string",
"main": "moment.parseFormat.js",
"scripts": {
"test": "standard && npm run test:node | tap-spec",
"test:node": "node tests/moment.parseformat-test.js",
"coverage": "istanbul cover tests/moment.parseformat-test.js && istanbul-coveralls ",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"start": "npm run build:demo && beefy ./index.js --cwd=./demo",
"prebuild": "rimraf dist && mkdirp dist",
"build": "browserify index.js -s moment-parseformat -o dist/moment-parseformat.js",
"build:demo": "browserify index.js -s moment-parseformat -o demo/moment-parseformat.js",
"deploy": "npm run build:demo && npm run deploydocs",
"predeploydocs": "./bin/authorize-push.js",
"deploydocs": "gh-pages-deploy",
"pretest": "standard",
"test": "npm run -s test:node | tap-spec",
"test:coverage": "istanbul cover test/moment-parseformat-test.js",
"test:node": "node test/moment-parseformat-test.js",
"presemantic-release": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"postsemantic-release": "npm run test:coverage && istanbul-coveralls"
},

@@ -15,7 +24,2 @@ "repository": {

},
"keywords": [
"momentjs",
"date",
"parse"
],
"author": "Gregor Martynus <gregor@martynus.net>",

@@ -26,3 +30,3 @@ "license": "MIT",

},
"homepage": "http://gr2m.github.io/moment.parseFormat",
"homepage": "http://gr2m.github.io/moment-parseformat",
"dependencies": {

@@ -32,6 +36,10 @@ "moment": "^2.10.6"

"devDependencies": {
"editable-table": "https://github.com/gr2m/editable-table#gh-pages",
"beefy": "^2.1.5",
"browserify": "^11.2.0",
"gh-pages-deploy": "^0.3.0",
"istanbul": "^0.3.5",
"istanbul-coveralls": "^1.0.1",
"semantic-release": "^4.3.4",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3",
"semantic-release": "^6.0.3",
"standard": "^3.11.1",

@@ -41,6 +49,18 @@ "tap-spec": "^3.0.0",

},
"release": {
"branch": "gh-pages"
"keywords": [
"momentjs",
"date",
"parse",
"format"
],
"gh-pages-deploy": {
"staticpath": "demo",
"noprompt": true
},
"version": "1.1.4"
"standard": {
"ignore": [
"demo"
]
},
"version": "2.0.0"
}

@@ -6,9 +6,7 @@ moment.parseFormat – a moment.js plugin

[![Build Status][travis-image]][travis-url]
[![Build Status](https://travis-ci.org/gr2m/moment-parseformat.svg?branch=master)](https://travis-ci.org/gr2m/moment-parseformat)
[![Coverage Status](https://coveralls.io/repos/gr2m/moment-parseformat/badge.svg?branch=master)](https://coveralls.io/r/gr2m/moment-parseformat?branch=master)
[![Dependency Status](https://david-dm.org/gr2m/moment-parseformat.svg)](https://david-dm.org/gr2m/moment-parseformat)
[![devDependency Status](https://david-dm.org/gr2m/moment-parseformat/dev-status.svg)](https://david-dm.org/gr2m/moment-parseformat#info=devDependencies)
[travis-url]: https://travis-ci.org/gr2m/moment.parseFormat
[travis-image]: https://api.travis-ci.org/gr2m/moment.parseFormat.png?branch=gh-pages
[![Coverage Status](https://coveralls.io/repos/gr2m/moment.parseFormat/badge.svg?branch=&service=github)](https://coveralls.io/github/gr2m/moment.parseFormat?branch=gh-pages)
Installation

@@ -24,8 +22,2 @@ ------------

Install using [bower](http://bower.io/) for usage in browser:
```
bower install --save moment-parseformat
```
Install using [npm](https://npmjs.org/) for node.js:

@@ -32,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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