Comparing version 2.0.1 to 2.0.2
"use strict"; | ||
let def = require("./definitions/20160901"); | ||
Object.keys(def).filter(k => k.length === 6).forEach(k => console.log(`{ "code": "${k}", "name": "${def[k].name}" },`.replace(/(?:\r\n|\r|\n)/g, ' '))); | ||
module.exports = require("./dist/GICS"); |
{ | ||
"name": "gics", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Javascript library to parse and manipulate GICS codes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
322748
3336