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

jsonld

Package Overview
Dependencies
Maintainers
2
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonld - npm Package Versions

1
22

0.5.8

Diff

Changelog

Source

0.5.8 - 2017-09-20

Changed

  • Run all test-suite tests with promises and callbacks.

Fixed

  • Use Node.js "global" or webpack polyfill.
davidlehn
published 0.5.7 •

Changelog

Source

0.5.7 - 2017-09-20

Fixed

  • Distribute all js files, for real this time.
davidlehn
published 0.5.6 •

Changelog

Source

0.5.6 - 2017-09-20

Fixed

  • Fix toRDF().
davidlehn
published 0.5.5 •

Changelog

Source

0.5.5 - 2017-09-20

Fixed

  • Distribute all js files.
davidlehn
published 0.5.4 •

Changelog

Source

0.5.4 - 2017-09-20

Fixed

  • Generate all js files for Node.js 6.
davidlehn
published 0.5.3 •

Changelog

Source

0.5.3 - 2017-09-20

Changed

  • Significant code reorganization and splitting into multiple files.

Removed

  • BREAKING: Explicit IE8 support. Webpack, babel, and/or polyfills may be of help if support is still needed.
  • BREAKING: jQuery document loader. Use the XHR loader.
  • Object.keys polyfill. Other tools can provide this.

Fixed

  • Handling of "global".
davidlehn
published 0.5.2 •

Changelog

Source

0.5.2 - 2017-09-19

Fixed

  • Distribute browser files.
davidlehn
published 0.5.1 •

Changelog

Source

0.5.1 - 2017-09-19

Fixed

  • Distribute unminified bundle.
davidlehn
published 0.5.0 •

Changelog

Source

0.5.0 - 2017-09-18

Added

  • Add .editorconfig support.
  • fetch-test-suites and related fetch-*-test-suite NPM scripts.
  • Support for @graph @container.

Removed

  • Bower support. Use NPM, a NPM proxy site, or build your own bundle.
  • Makefile. Use NPM script targets.

Changed

  • Update url parser to remove default ports from URLs.
  • Skip spec version 1.1 tests.
  • BREAKING: Only support Node.js 6.x and later with ES2015 features.
  • Build and use custom Node.js 6.x output so async/await/etc can be used.
  • BREAKING: Move js/jsonld.js to lib/jsonld.js.
  • BREAKING: Switch to CommonJS.
  • BREAKING: Fixes to allow RFC3986 tests to pass. Some URI edge cases and certain base URIs with dot segments may cause different URI outputs.
  • Switch to Karma for browser testing.
  • Switch to webpack to build browser bundles.
  • Add explicit feature compatibility libs to browser bundles.
  • Use async APIs for test generation.
    • Done to allow testing in Node.js and browsers.
    • Required major testing changes to make everything async.
    • Workarounds added to get async generated mocha tests working.
  • Improved support for loading various types of tests.
    • Can load local files, test manifests, or plain js files (in Node.js).
  • Use ES2015 in tests and babel/webpack to support older platforms.
  • Use rdf-canonize library, remove local implementation.
mattcollier
published 0.4.12 •

Changelog

Source

0.4.12 - 2017-04-24

Fixed

  • Fix promises.compact API when called with only 2 parameters.
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