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

properties-file

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

properties-file - npm Package Compare versions

Comparing version 1.0.0 to 2.0.1

lib/content/index.d.ts

75

package.json
{
"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"
}
}
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