New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oslo-flanders/jsonld-context-generator

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslo-flanders/jsonld-context-generator - npm Package Compare versions

Comparing version 0.0.5-alpha.0 to 0.0.6-alpha.0

6

package.json
{
"name": "@oslo-flanders/jsonld-context-generator",
"version": "0.0.5-alpha.0",
"version": "0.0.6-alpha.0",
"description": "Generates a JSON-LD context file from an OSLO-compliant RDF file",

@@ -68,3 +68,3 @@ "author": "Digitaal Vlaanderen <https://data.vlaanderen.be/id/organisatie/OVO002949>",

"dependencies": {
"@oslo-flanders/core": "^0.0.6-alpha.0",
"@oslo-flanders/core": "^0.0.7-alpha.0",
"inversify": "^6.0.1",

@@ -79,3 +79,3 @@ "module-alias": "^2.2.3",

},
"gitHead": "e67c28e85e26ae3a91f03f51d83e8475b03782e7"
"gitHead": "43e75d25ff3b17e6e147ae546d2d8645898e5ffe"
}

@@ -10,4 +10,10 @@ # `OSLO JSON-LD Context Generator`

## Usage
## Global install
To use the service from the command line anywhere, you can install it globally.
```bash
npm install -g @oslo-flanders/jsonld-context-generator
```
## API
The service is executed from the CLI and expects the following parameters:

@@ -21,1 +27,7 @@ | Parameter | Description | Required | Possible values |

| `--silent` | Suppress log messages | No | `true` or `false` (default) |
## Usage
```bash
oslo-jsonld-context-generator --input https://data.vlaanderen.be/ns/adres.jsonld --language nl
oslo-jsonld-context-generator --input report.jsonld --language nl
```
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