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

sparqljson-to-tree

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparqljson-to-tree - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

CHANGELOG.md

22

package.json
{
"name": "sparqljson-to-tree",
"version": "1.2.3",
"version": "1.3.0",
"description": "Converts SPARQL JSON results to a tree-based structure",

@@ -33,17 +33,22 @@ "keywords": [

"devDependencies": {
"@rdfjs/data-model": "^1.1.1",
"@types/jest": "^23.3.0",
"@types/minimist": "^1.2.0",
"@types/rdf-js": "^1.0.1",
"coveralls": "^3.0.0",
"jest": "^23.4.1",
"manual-git-changelog": "^1.0.0",
"pre-commit": "^1.2.2",
"@rdfjs/data-model": "^1.1.0",
"ts-jest": "^23.0.1",
"ts-jest": "^23.10.0",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^2.6.2"
"typescript": "^2.7.0"
},
"jest": {
"globals": {
"ts-jest": {
"tsConfig": "test/tsconfig.json"
}
},
"transform": {
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
"^.+\\.ts$": "ts-jest"
},

@@ -65,7 +70,8 @@ "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$",

"validate": "npm ls",
"prepare": "npm run build"
"prepare": "npm run build",
"version": "manual-git-changelog onversion"
},
"dependencies": {
"sparqljson-parse": "^1.3.1"
"sparqljson-parse": "^1.5.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