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-0 to 1.0.0

.babelrc

71

package.json
{
"name": "java-properties",
"description": "Reads and interpolates Java .properties files",
"version": "1.0.0-0",
"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/"
],
"version": "1.0.0",
"homepage": "http://github.com/mattdsteele/java-properties",
"bugs": {
"url": "https://github.com/mattdsteele/java-properties/issues"
"author": {
"email": "orphum@gmail.com",
"name": "Matt Steele"
},

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

},
"dependencies": {},
"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"
},
"devDependencies": {

@@ -40,9 +64,10 @@ "@pika/pack": "^0.3.4",

"chai": "^4.2.0",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"ts-node": "^8.0.2",
"typescript": "^3.3.3333"
},
"engines": {
"node": ">= 0.6.0"
}
"keywords": [
"java",
"properties"
]
}

@@ -16,2 +16,3 @@ # java-properties

// Reference a properties file
var values = properties.of('values.properties');

@@ -68,3 +69,3 @@

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

@@ -71,0 +72,0 @@ ## Release History

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