Gathering detailed insights and metrics for alinex-format
Gathering detailed insights and metrics for alinex-format
Gathering detailed insights and metrics for alinex-format
Gathering detailed insights and metrics for alinex-format
npm install alinex-format
Typescript
Module System
Min. Node Version
Node Version
NPM Version
CoffeeScript (98.89%)
JavaScript (1.11%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
68 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Apr 10, 2019
Latest Version
1.2.0
Package Id
alinex-format@1.2.0
Size
13.31 kB
NPM Version
3.8.6
Node Version
5.12.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
12
3
This package will give you an easy way to serialize and deserialize different data objects into multiple formats.
The major features are:
It is one of the modules of the Alinex Namespace following the code standards defined in the General Docs.
Read the complete documentation under https://alinex.github.io/node-format.
The easiest way is to let npm add the module directly to your modules (from within you node modules directory):
1npm install alinex-format --save
And update it to the latest version later:
1npm update alinex-format --save
Always have a look at the latest changes.
To use the format you have to load the module first:
1format = require 'alinex-format'
This gives you back the main format instance which holds two methods to use:
Serialize data object into string.
Arguments:
obj
object to be formattedformat
format to use or filename to read format fromoptions
(optional)
specific for the formatcb
callback will be called with (err, text)Try to parse object from string. Auto detect if no format is given.
Arguments:
string
text to be parsedformat
(optional)
format to use or filename to read format fromcb
callback will be called with (err, object)(C) Copyright 2016 Alexander Schilling
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More