chemical-elements
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"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) => { |
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
134565