ddf-time-utils
Advanced tools
Comparing version 0.1.10 to 1.0.0
{ | ||
"name": "ddf-time-utils", | ||
"version": "0.1.10", | ||
"version": "1.0.0", | ||
"description": "Gapminder DDF time utils", | ||
"main": "index.js", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"test": "npm run eslint && ./node_modules/.bin/mocha \"test/**/*.spec.js\"", | ||
"n-test": "./node_modules/.bin/mocha \"test/**/*.spec.js\"", | ||
"test-travis": "npm run eslint && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec test/**/*.spec.js && ./node_modules/.bin/codecov", | ||
"eslint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext js --fix . .config" | ||
"build": "tsc", | ||
"test": "npm run build && mocha --timeout 200000 --compilers ts:ts-node/register --recursive test/**/*.spec.ts", | ||
"n-test": "npm run build && mocha --timeout 200000 --compilers ts:ts-node/register --recursive test/**/*.spec.ts", | ||
"test-travis": "istanbul cover mocha _mocha -- -R spec --timeout 200000 --compilers ts:ts-node/register --recursive test/**/*.spec.ts && codecov", | ||
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular", | ||
"github-release": "conventional-github-releaser -p angular", | ||
"prepublish": "npm run build", | ||
"preversion": "npm test", | ||
"version": "npm run changelog && git add CHANGELOG.md", | ||
"postversion": "git push origin master && git push --tags && npm run github-release" | ||
}, | ||
@@ -27,18 +33,26 @@ "repository": { | ||
"dependencies": { | ||
"core-js": "2.4.1", | ||
"lodash": "4.7.0", | ||
"moment": "2.14.1" | ||
"@types/lodash": "4.14.85", | ||
"@types/moment": "2.13.0", | ||
"@types/node": "8.0.53", | ||
"lodash": "4.17.4", | ||
"moment": "2.19.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "3.5.0", | ||
"codecov": "1.0.1", | ||
"eslint": "2.6.0", | ||
"eslint-config-valorsoft": "0.0.9", | ||
"istanbul": "0.4.2", | ||
"mocha": "2.4.5", | ||
"sinon": "1.17.3", | ||
"sinon-chai": "2.8.0", | ||
"shelljs": "0.6.0", | ||
"compare-version": "0.1.2" | ||
"@types/chai": "4.0.5", | ||
"@types/deep-diff": "0.0.31", | ||
"@types/es6-shim": "0.31.35", | ||
"@types/mocha": "2.2.44", | ||
"chai": "4.1.2", | ||
"codecov": "3.0.0", | ||
"compare-version": "0.1.2", | ||
"conventional-changelog": "1.1.7", | ||
"conventional-changelog-cli": "1.3.5", | ||
"conventional-github-releaser": "2.0.0", | ||
"istanbul": "0.4.5", | ||
"mocha": "4.0.1", | ||
"sinon": "4.1.2", | ||
"sinon-chai": "2.14.0", | ||
"ts-node": "^3.3.0", | ||
"typescript": "2.6.1" | ||
} | ||
} |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12
0
62375
5
16
208
1
+ Added@types/lodash@4.14.85
+ Added@types/moment@2.13.0
+ Added@types/node@8.0.53
+ Added@types/lodash@4.14.85(transitive)
+ Added@types/moment@2.13.0(transitive)
+ Added@types/node@8.0.53(transitive)
+ Addedlodash@4.17.4(transitive)
+ Addedmoment@2.19.2(transitive)
- Removedcore-js@2.4.1
- Removedcore-js@2.4.1(transitive)
- Removedlodash@4.7.0(transitive)
- Removedmoment@2.14.1(transitive)
Updatedlodash@4.17.4
Updatedmoment@2.19.2