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

@rdf-esm/formats-common

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rdf-esm/formats-common - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

LICENSE

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.5.6](https://github.com/rdf-esm/formats-common/compare/v0.5.5...v0.5.6) (2022-02-11)
### [0.5.5](https://github.com/rdf-esm/formats-common/compare/v0.5.4...v0.5.5) (2020-10-09)

@@ -7,0 +9,0 @@

24

package.json
{
"name": "@rdf-esm/formats-common",
"version": "0.5.5",
"version": "0.5.6",
"description": "Parsers and serializers for common RDF formats",

@@ -41,18 +41,18 @@ "main": "index.js",

"dependencies": {
"@rdf-esm/sink-map": "^0.5.4",
"@rdfjs/parser-jsonld": "^1.2.1",
"@rdf-esm/sink-map": "^0.5.5",
"@rdfjs/parser-jsonld": "^1.2.2",
"@rdfjs/parser-n3": "^1.1.4",
"@rdfjs/serializer-jsonld": "^1.2.2",
"@rdfjs/serializer-jsonld": "^1.2.3",
"@rdfjs/serializer-ntriples": "^1.0.3",
"rdfxml-streaming-parser": "^1.3.6"
"rdfxml-streaming-parser": "^1.5.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@types/rdf-js": "^3.0.1",
"babel-plugin-add-import-extension": "^1.4.3",
"mocha": "^5.2.0",
"c8": "^7.1.2",
"standard": "^14.3.4"
"babel-plugin-add-import-extension": "^1.6.0",
"mocha": "^9.2.0",
"c8": "^7.11.0",
"standard": "^16.0.4"
},

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

@@ -14,3 +14,3 @@ # @rdfjs/formats-common

It uses a [lazy version os `SinkMap`](https://github.com/rdf-esm/sink-map) to dynamically load the sinks.
It uses a [lazy version of `SinkMap`](https://github.com/rdf-esm/sink-map) to dynamically load the sinks.

@@ -17,0 +17,0 @@ This way bundlers like webpack will create chunks for them and only load them when they are first needed.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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