Socket
Socket
Sign inDemoInstall

java-properties

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-properties - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist-node/index.js

69

package.json
{
"name": "java-properties",
"description": "Reads and interpolates Java .properties files",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"esnext": "dist-src/index.js",
"main": "dist-node/index.js",
"types": "dist-types/index.d.ts",
"pika": true,
"sideEffects": false,
"keywords": [
"java",
"properties"
],
"files": [
"dist-*/",
"assets/",
"bin/"
],
"homepage": "http://github.com/mattdsteele/java-properties",
"author": {
"email": "orphum@gmail.com",
"name": "Matt Steele"
"bugs": {
"url": "https://github.com/mattdsteele/java-properties/issues"
},

@@ -14,41 +28,3 @@ "repository": {

},
"bugs": {
"url": "https://github.com/mattdsteele/java-properties/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg",
{
"exclude": [
"test/*"
]
}
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-types",
{
"exclude": [
"test/*"
]
}
]
]
},
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "TS_NODE_PROJECT=\"tsconfig.test.json\" mocha --require ts-node/register \"test/**/*.ts\"",
"build": "pack build"
},
"dependencies": {},
"devDependencies": {

@@ -68,6 +44,5 @@ "@pika/pack": "^0.3.4",

},
"keywords": [
"java",
"properties"
]
"engines": {
"node": ">= 0.6.0"
}
}
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