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

properties-file

Package Overview
Dependencies
Maintainers
1
Versions
110
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 2.1.14 to 2.1.15

2

lib/index.d.ts

@@ -10,4 +10,4 @@ /// <reference types="./properties-file" />

*/
export declare type KeyValueObject = {
export type KeyValueObject = {
[key: string]: string;
};

@@ -33,3 +33,3 @@ import { KeyValueObject } from './';

*/
export declare type KeyLineNumbers = {
export type KeyLineNumbers = {
[key: string]: number[];

@@ -36,0 +36,0 @@ };

{
"name": "properties-file",
"version": "2.1.14",
"version": "2.1.15",
"description": ".properties file parser, JSON converter and Webpack loader.",

@@ -56,5 +56,5 @@ "author": "Avansai (https://avansai.com)",

"@release-it/conventional-changelog": "^5.1.1",
"@types/jest": "^29.2.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"dotenv-cli": "^6.0.0",

@@ -77,3 +77,3 @@ "eslint": "^8.27.0",

"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},

@@ -80,0 +80,0 @@ "engines": {

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