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.2 to 1.1.3

11

CHANGELOG.md

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

## [1.1.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.2...@tunnckocore/utils@1.1.3) (2019-11-20)
### Bug Fixes
* **eslint-config:** babel-eslint config file ([425e31c](https://github.com/tunnckoCore/opensource/commit/425e31c7dac2d25f56fa357cbacf30321be914bc))
## [1.1.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.1...@tunnckocore/utils@1.1.2) (2019-10-25)

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

4

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

@@ -73,3 +73,3 @@ "repository": {

},
"gitHead": "e238d28b78ff181f3c373471967b139459c40182"
"gitHead": "282d71239e02df1fd52ea873d9c8787683a07138"
}

@@ -125,3 +125,3 @@ const fs = require('fs');

const workspaces = []
.concat(lernaJson.packages || (packageJson.workspaces || []))
.concat(lernaJson.packages || packageJson.workspaces || [])
.filter((x) => typeof x === 'string')

@@ -128,0 +128,0 @@ .filter(Boolean)

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