Socket
Socket
Sign inDemoInstall

mining-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mining-utils - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/core/cleanTweets.js.map

7

package.json
{
"name": "mining-utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -15,3 +15,4 @@ "author": "Oracy Rezende Martos <oramartos_21@hotmail.com> (https://github.com/Oracy)",

"start": "npm run build",
"test": "npm start && mocha -r ts-node/register test/**/*.ts"
"test": "npm start && nyc --reporter=html --reporter=text mocha -r ts-node/register test/**/*.ts",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},

@@ -44,5 +45,7 @@ "keywords": [

"chai": "^4.2.0",
"coveralls": "^3.0.7",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"typescript": "^3.6.4"
}
}
# Data Mining
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FOracy%2Fmining-utils.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FOracy%2Fmining-utils?ref=badge_shield)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Oracy/mining-utils/blob/master/LICENSE) [![version](https://badge.fury.io/js/mining-utils.svg)](https://badge.fury.io/js/mining-utils) [![Coverage Status](https://coveralls.io/repos/github/Oracy/mining-utils/badge.svg?branch=master)](https://coveralls.io/github/Oracy/mining-utils?branch=master) [![Build Status](https://travis-ci.org/Oracy/mining-utils.svg?branch=master)](https://travis-ci.org/Oracy/mining-utils) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![NPM downloads](https://img.shields.io/npm/dw/mining-utils)](https://img.shields.io/npm/dw/mining-utils)
[![version](https://badge.fury.io/js/mining-utils.svg)](https://badge.fury.io/js/mining-utils) [![NPM downloads](https://img.shields.io/npm/dw/mining-utils)](https://img.shields.io/npm/dw/mining-utils) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Oracy/mining-utils/blob/master/LICENSE) [![Build Status](https://travis-ci.org/Oracy/mining-utils.svg?branch=master)](https://travis-ci.org/Oracy/mining-utils) [![HitCount](http://hits.dwyl.io/oracy/mining-utils.svg)](http://hits.dwyl.io/oracy/mining-utils)
---

@@ -85,13 +83,13 @@ # mining-utils

<td align="center">
<a href="https://github.com/lu002047">
<img src="https://avatars1.githubusercontent.com/u/12716914?v=4" width="100px;" alt="lu002047"/>
<a href="https://github.com/mlucascardoso">
<img src="https://avatars1.githubusercontent.com/u/12716914?v=4" width="100px;" alt="mlucascardoso"/>
<br />
<sub>
<b>lu002047</b>
<b>mlucascardoso</b>
</sub>
</a>
<br />
<a href="#maintenance-lu002047" title="Maintenance">🚧</a>
<a href="https://github.com/Oracy/mining-utils/commits?author=lu002047" title="Code">💻</a>
<a href="#review-lu002047" title="Reviewed Pull Requests">👀</a>
<a href="#maintenance-mlucascardoso" title="Maintenance">🚧</a>
<a href="https://github.com/Oracy/mining-utils/commits?author=mlucascardoso" title="Code">💻</a>
<a href="#review-mlucascardoso" title="Reviewed Pull Requests">👀</a>
</td>

@@ -101,2 +99,2 @@ </tr>

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

@@ -7,7 +7,11 @@ {

"declaration": true,
"outDir": "./dist"
"outDir": "./dist",
"sourceMap": true
},
"include": [
"src"
],
"exclude": [
"test"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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