chemical-elements
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0