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

netcdfjs

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netcdfjs - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

lib/index.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var iobuffer = require('iobuffer');

@@ -336,4 +334,4 @@

dimensions[dim] = {
name: name,
size: size,
name,
size,
};

@@ -470,3 +468,3 @@ }

variables[v] = {
name: name,
name,
dimensions: dimensionsIds,

@@ -473,0 +471,0 @@ attributes,

{
"name": "netcdfjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "Read and explore NetCDF files",

@@ -29,20 +29,20 @@ "main": "lib/index.js",

"prepack": "rollup -c",
"test": "npm run test-coverage && npm run eslint",
"test-coverage": "jest --coverage"
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test": "npm run test-only && npm run eslint && npm run prettier",
"test-only": "jest --coverage"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@types/jest": "^27.0.1",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@types/jest": "^29.2.0",
"cheminfo-build": "^1.1.11",
"eslint": "^7.32.0",
"eslint-config-cheminfo": "^5.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.1.0",
"prettier": "^2.3.2",
"rollup": "^2.56.3"
"eslint": "^8.25.0",
"eslint-config-cheminfo": "^8.0.2",
"jest": "^29.2.1",
"prettier": "^2.7.1",
"rollup": "^3.2.3"
},
"dependencies": {
"iobuffer": "^5.0.3"
"iobuffer": "^5.2.1"
}
}

@@ -88,4 +88,4 @@ import { num2str, readType } from "./types.js";

dimensions[dim] = {
name: name,
size: size,
name,
size,
};

@@ -222,3 +222,3 @@ }

variables[v] = {
name: name,
name,
dimensions: dimensionsIds,

@@ -225,0 +225,0 @@ attributes,

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