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

chemical-elements

Package Overview
Dependencies
Maintainers
6
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemical-elements - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "chemical-elements",
"version": "1.1.0",
"version": "1.1.1",
"description": "JSON containing information about chemical elements and isotopes",

@@ -23,3 +23,3 @@ "main": "src/index.js",

},
"gitHead": "9a9a9ebe1355675cd87e524d4f16d57ce984cce6"
"gitHead": "6b2d07885895d1eb6ffdbb51bbccdf15cc8d0aec"
}
'use strict';
const elements = require('./elements.json');
const elements = JSON.parse(JSON.stringify(require('./elements.json')));

@@ -5,0 +5,0 @@ elements.forEach((element) => {

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