properties-file
Advanced tools
Comparing version 1.0.0 to 2.0.1
{ | ||
"name": "properties-file", | ||
"version": "1.0.0", | ||
"description": "Parse .properties file", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"version": "2.0.1", | ||
"description": ".properties file parser, JSON converter and Webpack loader.", | ||
"author": "Avansai (https://avansai.com)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/calibr/properties-file.git" | ||
"url": "git+https://github.com/Avansai/properties-file.git" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./content": "./lib/content/index.js", | ||
"./webpack-loader": "./lib/loader/webpack.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"content": [ | ||
"lib/content/index.d.ts" | ||
], | ||
"webpack-loader": [ | ||
"lib/loader/webpack.d.ts" | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [ | ||
"parse", | ||
".properties", | ||
"properties", | ||
"file", | ||
"locales", | ||
"firefox" | ||
".properties file", | ||
"properties file", | ||
"parser", | ||
"Java", | ||
"intl", | ||
"i18n", | ||
"properties Webpack loader", | ||
"Webpack loader", | ||
"internationalization" | ||
], | ||
"author": "calibr <awcalibr@gmail.com>", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/calibr/properties-file/issues" | ||
"scripts": { | ||
"build": "rm -Rf ./lib && tsc && npm run add-import-type && npm run lint && npm test", | ||
"add-import-type": "node ./src/add-import-type", | ||
"test": "jest --coverage", | ||
"tmp-test": "tsc && node ./lib/tmp.js", | ||
"lint": "eslint . --fix", | ||
"prettier-check": "prettier --check .", | ||
"prettier-fix": "prettier --write .", | ||
"release": "dotenv -- release-it --only-version" | ||
}, | ||
"homepage": "https://github.com/calibr/properties-file", | ||
"devDependencies": { | ||
"should": "^7.1.0" | ||
"@release-it/conventional-changelog": "^5.0.0", | ||
"@types/jest": "^28.1.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"dotenv-cli": "^5.1.0", | ||
"eslint": "^8.17.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^26.5.3", | ||
"jest": "^28.1.1", | ||
"prettier": "2.6.2", | ||
"release-it": "^15.0.0", | ||
"ts-jest": "^28.0.4", | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.3" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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 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
39988
18
665
216
14
1
1
2