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

jsonld

Package Overview
Dependencies
Maintainers
3
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonld - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

4

bower.json
{
"name": "jsonld",
"version": "0.4.6",
"version": "0.4.7",
"description": "A JSON-LD Processor and API implementation in JavaScript.",

@@ -11,3 +11,3 @@ "authors": [

"dependencies": {
"es6-promise": "~2.0.0"
"es6-promise": "^3.0.0"
},

@@ -14,0 +14,0 @@ "ignore": [

@@ -5,2 +5,7 @@ # jsonld ChangeLog

## [0.4.7] - 2016-04-14
### Fixed
- Testing document loader.
## [0.4.6] - 2016-03-02

@@ -70,10 +75,11 @@

[Unreleased]: https://github.com/digitalbazaar/jsonld/compare/0.4.6...HEAD
[0.4.6]: https://github.com/digitalbazaar/jsonld/compare/0.4.5...0.4.6
[0.4.5]: https://github.com/digitalbazaar/jsonld/compare/0.4.4...0.4.5
[0.4.4]: https://github.com/digitalbazaar/jsonld/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/digitalbazaar/jsonld/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/digitalbazaar/jsonld/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/digitalbazaar/jsonld/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/digitalbazaar/jsonld/compare/0.3.26...0.4.0
[0.3.26]: https://github.com/digitalbazaar/jsonld/compare/0.3.25...0.3.26
[Unreleased]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.7...HEAD
[0.4.7]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.6...0.4.7
[0.4.6]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.5...0.4.6
[0.4.5]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.4...0.4.5
[0.4.4]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/digitalbazaar/jsonld.js/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/digitalbazaar/jsonld.js/compare/0.3.26...0.4.0
[0.3.26]: https://github.com/digitalbazaar/jsonld.js/compare/0.3.25...0.3.26
{
"name": "jsonld",
"version": "0.4.6",
"version": "0.4.7",
"description": "A JSON-LD Processor and API implementation in JavaScript.",

@@ -28,4 +28,4 @@ "homepage": "http://github.com/digitalbazaar/jsonld.js",

"dependencies": {
"es6-promise": "~2.0.1",
"pkginfo": "~0.3.0",
"es6-promise": "^3.0.0",
"pkginfo": "~0.4.0",
"request": "^2.61.0",

@@ -39,4 +39,4 @@ "xmldom": "0.1.19"

"express": "^4.13.3",
"istanbul": "^0.3.19",
"jscs": "^2.8.0",
"istanbul": "^0.4.3",
"jscs": "^3.0.0",
"jshint": "^2.9.1",

@@ -43,0 +43,0 @@ "mocha": "^2.3.4",

@@ -630,3 +630,3 @@ /**

// load remotely
return loader(url, callback);
return jsonld.loadDocument(url, callback);
};

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