Socket
Socket
Sign inDemoInstall

atom-sorter

Package Overview
Dependencies
0
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    atom-sorter

Callback allowing to sort chemical elements (atoms) in Hill order


Version published
Weekly downloads
1.9K
decreased by-18.18%
Maintainers
4
Install size
3.79 kB
Created
Weekly downloads
 

Changelog

Source

2.0.0 (2021-10-04)

⚠ BREAKING CHANGES

  • mf-global exports groups and elements (and not Groups and Elements)

Features

Bug Fixes

  • getMassRemainder should make a copy of the data (58ee959)
  • mf-global exports groups and elements (and not Groups and Elements) (8fc0281)

Readme

Source

atom-sorter

NPM version npm download

Installation

$ npm install --save atom-sorter

Usage

import { atomSorter } from 'atom-sorter';

['C', 'O', 'N', 'H'].sort(atomSorter);
// result is : ['C', 'H', 'N', 'O']

License

MIT

FAQs

Last updated on 05 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc