moment-parseformat
Advanced tools
Comparing version 1.1.4 to 2.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
25768
9
288
0
11
103
3
2