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

coinjarexchange

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinjarexchange - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.nyc_output/426cb3101b6912ef2ba540a6de204479.json

19

package.json
{
"name": "coinjarexchange",
"version": "1.0.5",
"version": "1.0.6",
"description": "Typescript wrapper for CoinJar Exchange",

@@ -9,4 +9,4 @@ "main": "dist/index.js",

"build": "tsc -d",
"test": "mocha \"src/**/*.spec.ts\" --require ts-node/register --require source-map-support/register --full-trace --bail",
"coverage": "nyc --reporter=lcov --reporter=text-lcov npm test",
"test": "mocha \"src/**/*.ts\" --require ts-node/register --require source-map-support/register --full-trace --bail",
"coverage": "nyc npm test",
"coverage-ci": "npm run coverage | coveralls",

@@ -57,14 +57,17 @@ "lint": "tslint --project tsconfig.json"

],
"exclude": [
"src/interfaces/*.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-lcov"
"text-lcov",
"lcov",
"html"
],
"sourceMap": true,
"instrument": true
"instrument": true,
"check-coverage": true
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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