Comparing version 1.1.7 to 2.0.0
{ | ||
"name": "inflected", | ||
"version": "1.1.7", | ||
"version": "2.0.0", | ||
"description": "A port of ActiveSupport's inflector to Node.js", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/martinandert/inflected.git" | ||
}, | ||
"main": "dist/umd/inflected.js", | ||
"module": "dist/esm/inflected.js", | ||
"repository": "martinandert/inflected", | ||
"author": "Martin Andert", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -26,16 +26,33 @@ "inflector", | ||
], | ||
"author": { | ||
"name": "Martin Andert", | ||
"email": "mandert@gmail.com" | ||
"scripts": { | ||
"lint": "eslint --max-warnings 0 src/**", | ||
"test": "yarn lint && yarn bundle && mocha -R spec --bail test/index.js", | ||
"precommit": "lint-staged", | ||
"build": "yarn bundle && yarn minify", | ||
"bundle": "rollup --config", | ||
"minify": "uglifyjs dist/umd/inflected.js --compress --mangle --output dist/umd/inflected.min.js" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/martinandert/inflected/issues" | ||
"devDependencies": { | ||
"babel-eslint": "^7.2.2", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-latest": "^6.24.1", | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"husky": "^0.13.3", | ||
"lint-staged": "^3.4.0", | ||
"mocha": "^3.2.0", | ||
"object-assign": "^4.1.1", | ||
"prettier": "^1.1.0", | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"uglify-js": "^2.8.22" | ||
}, | ||
"homepage": "https://github.com/martinandert/inflected", | ||
"devDependencies": { | ||
"jshint": "^2.5.10", | ||
"mocha": "^2.0.1", | ||
"object-assign": "^2.0.0" | ||
"lint-staged": { | ||
"src/**/*.js": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
142479
30
1455
15
1
1
1
1