Socket
Socket
Sign inDemoInstall

ngl

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngl - npm Package Compare versions

Comparing version 0.10.0-dev.5 to 0.10.0-dev.6

10

CHANGELOG.md

@@ -7,6 +7,16 @@ # Change Log

### Added
- buble, for transpiling some ES2015 features (e.g. classes, arrow functions, ...)
- volume slice representation including interpolation support
- xplor/cns volume file parser
- `colorVolume` parameter for surface representation of volume data
- `voxelSize` parameter for volume file parser
### Changed
- renamed `volume` parameter in molecular surface representation to `colorVolume`
- renamed colormaker classes from colorMaker to colormaker, i.e. removed camel case
- renamed ColormakerRegistry.getTypes to .getSchemes
- colormaker subclasses now auto-register with ColormakerRegistry
## [v0.9.3] - 2016-10-14

@@ -13,0 +23,0 @@ ### Changed

9

package.json
{
"name": "ngl",
"version": "0.10.0-dev.5",
"version": "0.10.0-dev.6",
"description": "Scalable molecular graphics for the web",

@@ -50,8 +50,9 @@ "main": "dist/ngl.js",

"eslint": "^3.2.2",
"jsdoc": "^3.4.0",
"jsdoc": "^3.4.3",
"mocha": "^3.1.1",
"rollup": "^0.36.4",
"rollup": "^0.41.1",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-json": "^2.0.2",
"rollup-watch": "^2.5.0",
"rollup-watch": "^3.2.0",
"uglify-js": "^2.6.0"

@@ -58,0 +59,0 @@ },

Sorry, the diff of this file is too big to display

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