magnetizer
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "magnetizer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Library for decoding and encoding magnet links.", | ||
@@ -8,3 +8,3 @@ "main": "build/index.js", | ||
"build": "./node_modules/.bin/tsc", | ||
"test": "./node_modules/.bin/jest --runInBand --passWithNoTests", | ||
"test": "./node_modules/.bin/jest --runInBand", | ||
"prepare": "npm run build", | ||
@@ -43,3 +43,2 @@ "prepublishOnly": "npm test" | ||
"jest": "^25.2.4", | ||
"jest-junit": "^10.0.0", | ||
"ts-jest": "^25.3.0", | ||
@@ -46,0 +45,0 @@ "typescript": "^3.8.3" |
@@ -5,3 +5,3 @@ | ||
[![build](https://circleci.com/gh/IvanSolomakhin/magnetizer.svg?style=shield)](https://app.circleci.com/pipelines/github/IvanSolomakhin/magnetizer) | ||
[![codecov](https://codecov.io/gh/IvanSolomakhin/magnetizer/branch/master/graph/badge.svg)](https://codecov.io/gh/IvanSolomakhin/magnetizer) | ||
[![Coverage Status](https://coveralls.io/repos/github/IvanSolomakhin/magnetizer/badge.svg)](https://coveralls.io/github/IvanSolomakhin/magnetizer) | ||
@@ -8,0 +8,0 @@ ## Magnetizer |
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
5
16153