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.3 to 0.5.4

index.cjs

7

CHANGELOG.md

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

### [0.5.4](https://github.com/rdf-esm/formats-common/compare/v0.5.3...v0.5.4) (2020-10-09)
### Bug Fixes
* add CJS build as dual-package ([b0f30ef](https://github.com/rdf-esm/formats-common/commit/b0f30ef63d1832beb09bc500c92550ee35e0597f))
### [0.5.3](https://github.com/rdf-esm/formats-common/compare/v0.5.2...v0.5.3) (2020-08-14)

@@ -7,0 +14,0 @@

22

package.json
{
"name": "@rdf-esm/formats-common",
"version": "0.5.3",
"version": "0.5.4",
"description": "Parsers and serializers for common RDF formats",
"main": "index.js",
"type": "module",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs"
}
},
"files": [
"*.js",
"*.cjs",
"*.d.ts"
],
"scripts": {
"lint": "standard",
"test": "c8 --reporter=lcov mocha test/*.cjs"
"test": "c8 --reporter=lcov mocha test/*.cjs",
"prepack": "babel *.js --out-dir . --out-file-extension .cjs"
},

@@ -29,3 +41,3 @@ "repository": {

"dependencies": {
"@rdf-esm/sink-map": "^0.5.1",
"@rdf-esm/sink-map": "^0.5.3",
"@rdfjs/parser-jsonld": "^1.2.1",

@@ -38,3 +50,7 @@ "@rdfjs/parser-n3": "^1.1.4",

"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/rdf-js": "^3.0.1",
"babel-plugin-add-import-extension": "^1.4.3",
"mocha": "^5.2.0",

@@ -41,0 +57,0 @@ "c8": "^7.1.2",

3

parsers.js

@@ -18,4 +18,3 @@ export async function jsonLdParser () {

RdfXmlParser = module.default.RdfXmlParser
}
else {
} else {
RdfXmlParser = module.RdfXmlParser

@@ -22,0 +21,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