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 1.0.3 to 1.1.0

.babelrc

2

index.js
"use strict";
module.exports = require("./lib/GICS");
module.exports = require("./dist/GICS");
{
"name": "gics",
"version": "1.0.3",
"version": "1.1.0",
"description": "A Javascript library to parse and manipulate GICS codes",
"main": "index.js",
"scripts": {
"test": "eslint '.' && nyc --reporter=html --reporter=text mocha",
"lint": "eslint '.'",
"build": "babel src --out-dir dist",
"test": "eslint ./src && nyc --reporter=html --reporter=text mocha",
"lint": "eslint ./src",
"coverage": "nyc report --reporter=text-lcov | coveralls"

@@ -23,2 +24,5 @@ },

"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.0",

@@ -32,6 +36,6 @@ "chai-things": "^0.2.0",

"dependencies": {},
"repository" : {
"type" : "git",
"url" : "https://github.com/bluealba/gics"
"repository": {
"type": "git",
"url": "https://github.com/bluealba/gics"
}
}
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