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.0.0 to 1.1.0

4

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

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

},
"gitHead": "0b6279ad7d0e416799cb58a1b1ba5a41d71acc9d"
"gitHead": "9a9a9ebe1355675cd87e524d4f16d57ce984cce6"
}
'use strict';
const elements = require('./elements.js');
let elementsObject = {};

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

@@ -9,3 +9,2 @@ 'use strict';

const elementsAndStableIsotopesObject = require('./elementsAndStableIsotopesObject.js');
const { ELECTRON_MASS } = require('./constants');

@@ -12,0 +11,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