New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

encore.hdf5.binding

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encore.hdf5.binding - npm Package Compare versions

Comparing version 0.3.17 to 0.3.18

8

package.json
{
"name" : "encore.hdf5.binding",
"version" : "0.3.17",
"version" : "0.3.18",
"description" : "Binding of HDF5",
"org" : "srt",
"main" : "./js/encore/hdf5/entry/BindingMain.s",
"files" : [ "cpp", "binding.gyp", "js/encore/hdf5", "out" ],
"repository" :

@@ -24,4 +25,5 @@ {

"test" : "wtest .run 'js/**' rapidity:-1",
"hdf5_where" : "node step/hdf5find.s",
"hdf5_diagnostics" : "node step/hdf5find.s diagnostics"
"hdf5_where" : "node js/encore/hdf5/step/hdf5find.s",
"hdf5_diagnostics" : "node js/encore/hdf5/step/hdf5find.s diagnostics",
"clean" : "rm -rf build node_modules package-lock.json"
},

@@ -28,0 +30,0 @@ "contributors" :

@@ -78,4 +78,4 @@ # module::encore.hdf5.binding [![status](https://github.com/Wandalen/encore.hdf5.binding/workflows/publish/badge.svg)](https://github.com/Wandalen/encore.hdf5.binding/actions?query=workflow%3Apublish) [![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental)

var path = require( 'path' );
var hdf5 = require( '../..' ).hdf5;
var Access = require( '../..' ).globals.Access;
var hdf5 = require( 'encore.hdf5.binding' ).hdf5;
var Access = require( 'encore.hdf5.binding' ).globals.Access;

@@ -82,0 +82,0 @@ var file = new hdf5.File( path.join( __dirname, './File.h5' ), Access.ACC_RDONLY );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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