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

chemicaltools

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemicaltools - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

functions/element.js

@@ -11,3 +11,3 @@ var pinyin = require("tiny-pinyin");

}
for (i in elementinfo) {
for (var i in elementinfo) {
info = elementinfo[i];

@@ -14,0 +14,0 @@ if (info.name == input || info.number == input || info.symbol.toLowerCase() == input || info.iupac.toLowerCase() == input || info.pinyin.toLowerCase() == input || info.pinyin == inputpinyin) {

{
"name": "chemicaltools",
"version": "1.0.11",
"version": "1.0.12",
"description": "Chemical Tools for Chemistry students.",

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

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