Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spectrum-generator

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spectrum-generator - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

10

package.json
{
"name": "spectrum-generator",
"version": "7.0.0",
"version": "7.0.1",
"description": "generate a spectrum from discrete peaks",

@@ -51,5 +51,5 @@ "main": "./lib/index.js",

"@types/d3-random": "^3.0.1",
"@types/jest": "^27.4.0",
"@types/jest": "^27.4.1",
"cheminfo-build": "^1.1.11",
"cheminfo-types": "^0.10.1",
"cheminfo-types": "^1.0.0",
"eslint": "^8.9.0",

@@ -66,5 +66,5 @@ "eslint-config-cheminfo-typescript": "^10.3.0",

"dependencies": {
"ml-peak-shape-generator": "^4.0.3",
"ml-spectra-processing": "^10.1.2"
"ml-peak-shape-generator": "^4.1.1",
"ml-spectra-processing": "^11.0.0"
}
}

@@ -318,4 +318,4 @@ import { getShape2D, Shape2DClass } from 'ml-peak-shape-generator';

minY: this.from.y,
minZ: minMaxZ.min as number, // todo remove as number with update of ml-spectra-processing
maxZ: minMaxZ.max as number,
minZ: minMaxZ.min,
maxZ: minMaxZ.max,
z: copy ? this.data.z.slice() : this.data.z,

@@ -322,0 +322,0 @@ };

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