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

@tunnckocore/utils

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tunnckocore/utils - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.3...@tunnckocore/utils@1.1.4) (2019-11-20)
### Bug Fixes
* better error handling, regenerate cov data and readmes ([f3c98cf](https://github.com/tunnckoCore/opensource/commit/f3c98cf5812cf92127f491df67f083d06235a399))
## [1.1.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.2...@tunnckocore/utils@1.1.3) (2019-11-20)

@@ -8,0 +19,0 @@

8

package.json
{
"name": "@tunnckocore/utils",
"version": "1.1.3",
"version": "1.1.4",
"description": "Utility functions and helpers for internal usage and monorepos",

@@ -41,2 +41,6 @@ "repository": {

},
"cov": {
"value": 100,
"color": "green"
},
"jest": {

@@ -74,3 +78,3 @@ "coverageThreshold": {

},
"gitHead": "282d71239e02df1fd52ea873d9c8787683a07138"
"gitHead": "db7a970b1efc12792a6ef5fcdbd0c9f0ef7aff83"
}

@@ -249,4 +249,4 @@ const fs = require('fs');

packageJsonPath,
pkg: { ...pkg, jestCov },
message: `Done. Now you have \`jestCov\` field in the root package.json!\nYou can use it to further generate per package badges.`,
pkg: { ...pkg, cov: jestCov },
message: `Done. Now you have \`cov\` field in the root package.json!\nYou can use it to further generate per package badges.`,
};

@@ -253,0 +253,0 @@

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