Socket
Socket
Sign inDemoInstall

@graphy/core.class.writable

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphy/core.class.writable - npm Package Versions

13

4.0.4

Diff

Changelog

Source

v4.0.4 (2020-02-05)


Fixes #22, a bug when validating IRIs in the N-Triples and N-Quads readers.

🔧 Fixes

@graphy/content.n*.read
  • IRI validation
blake.regalia
published 4.0.3 •

Changelog

Source

v4.0.3 (2020-01-07)


Patch for negative lookbehind RegExp polyfills in all readers that affects certain browsers including Firefox.

🔧 Fixes

@graphy/content.*.read
  • Lookbehind RegExp polyfills
blake.regalia
published 4.0.2 •

Changelog

Source

v4.0.2 (2019-12-29)


Turtle and Trig reader performance patch.

⚡︎ Performance

@graphy/content.t*.read
  • Faster lexing and validation for prefixed names.
blake.regalia
published 4.0.1 •

Changelog

Source

v4.0.1 (2019-12-21)


Fixed tag selectors in quad filter expressions, and added a patch for reading large string literals.

🔧 Fixes

graphy CLI
  • Tag selectors have been fixed.
@graphy/content.*.read
  • Fixed reading very large string literals.

⚡︎ Performance

@graphy/content.*.read
  • Optimized string literal lexing.
blake.regalia
published 4.0.0 •

Changelog

Source

v4.0.0 (2019-12-11)


This update brings many new features to all the packages, with some necessary breaking changes, several fixes to the readers and writers, and performance improvements across the board.

BREAKING CHANGES

blake.regalia
published 3.2.2 •

Changelog

Source

v3.2.2 (2019-02-09)


Removed Dependencies From graphy

The build script was accidentally assigning devDependencies from the super-repo to the graphy package, adding unnecessary bulk to the package install; those dependencies have been removed.

blake.regalia
published 3.2.1 •

Changelog

Source

v3.2.1 (2019-02-07)


Error Message Fix

Fixed content writers accessing property on undefined while trying to throw Error.

blake.regalia
published 3.2.0 •

Changelog

Source

v3.2.0 (2019-01-24)


Add Quad Component Filters for Content Readers

The CLI now supports filtering quads by specific components (i.e., subject, predicate, object or graph). Allows for selecting those that have a specific value for a given component, those that do not have any of the specific values for a given component (i.e., a negative filter list), or a combination of the two (e.g., quads that have this specific subject and do not have these specific predicates).

blake.regalia
published 3.1.1 •

Changelog

Source

v3.1.1 (2019-01-18)


Fix Missing CLI Dependency and Patch for Browser Stream Polyfill

The CLI package.json was missing a dependency to yargs. The stream polyfill used by both Webpack and Browserify improperly pushes null and emits an 'end' event during the call to .destroy() -- the same bug exists for node.js <v10. This patch includes an overriding destroy implementation for the stream polyfill when bundled.

blake.regalia
published 3.1.0 •

Changelog

Source

v3.1.0 (2019-01-16)


Textual Content Writers

Introduces textual content writers which accept writable data events such as concise-quads and concise-triples hashes, prefix mappings, quad objects, and so on. This update also includes several patches for content reader corner cases that were not covered by W3C manifest, as well as some fixes to situational stream handling and dataset tree.

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