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

chemcalc

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemcalc - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

History.md

@@ -0,1 +1,6 @@

2.0.1 / 2015-01-09
==================
* add getInfo()
2.0.0 / 2014-11-25

@@ -5,2 +10,2 @@ ==================

* Breaking change : Namespace is now directly Chemcalc, no more CI !
* add peptide methods
* add peptide methods

2

package.json
{
"name": "chemcalc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Analyse molecular formula",

@@ -5,0 +5,0 @@ "main": "lib.js",

@@ -25,3 +25,3 @@ # chemcalc-js

```js
var result = Chemcalc.analyseMF('PhNH2.HCl');
var result = CI.Chemcalc.analyseMF('PhNH2.HCl');
```

@@ -37,2 +37,8 @@ #### Using an AMD loader

### General
#### getInfo()
Get information about elements, isotopes and special groups.
### Molecular formula

@@ -39,0 +45,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