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

gics

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gics - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

gics-2.0.2.tgz

4

index.js
"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",

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