crystvis-js icon indicating copy to clipboard operation
crystvis-js copied to clipboard

A Three.js based crystallographic visualisation tool

Results 11 crystvis-js issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies
javascript

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies
javascript

The attached file [alanine.zip](https://github.com/stur86/crystvis-js/files/8899118/alanine.zip) was created by MagresView 1.6.2. It seems MagresView 2.0 fails to load it with the error message "Error parsing file alanine: Invalid Magres file format: no...

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies
javascript

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies
javascript

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.13.0. Release notes Sourced from nokogiri's releases. 1.13.0 / 2022-01-06 Notes Ruby This release introduces native gem support for Ruby 3.1. Please note that Windows...

dependencies
ruby

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies
ruby

When loading a Magres file with >100 atoms, the ms lines end up being like; ``` ms H100 2.0431056083497484E+01 -5.5892879764485039E+00 1.2418129913251554E+00 -4.0897852040395684E+00 2.9708843218858465E+01 -3.8875121992744055E+00 -1.1586267278454099E+00 5.0678781904684089E-01 2.4711193494436703E+01 ``` e.g. the...

When loading CHA.cif or org.cif from the test files on the demo page: ``` Uncaught TypeError: Cannot read property 'find' of null at FileReader.reader.onload ``` Relates to [this line](https://github.com/stur86/crystvis-js/blob/master/demo/main.js#L27). The...