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

atom-sorter

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-sorter - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

2

package.json
{
"name": "atom-sorter",
"version": "0.4.3",
"version": "0.5.0",
"description": "Callback allowing to sort chemical elements (atoms) in Hill order",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -15,5 +15,5 @@ # atom-sorter

```js
import library from 'atom-sorter';
import atomSorter from 'atom-sorter';
const result = library(args);
['C','O','N','H'].osrt(atomSorter);
// result is ...

@@ -20,0 +20,0 @@ ```

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