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.3.4 to 1.3.5

11

CHANGELOG.md

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

## [1.3.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.3.4...@tunnckocore/utils@1.3.5) (2020-03-27)
### Bug Fixes
* upgrade prettier to v2 ([#131](https://github.com/tunnckoCore/opensource/issues/131)) ([8b9f668](https://github.com/tunnckoCore/opensource/commit/8b9f66828baf27d92ce704f0f3c3c9a706ff39ed))
## [1.3.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.3.3...@tunnckocore/utils@1.3.4) (2020-02-29)

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

4

package.json
{
"name": "@tunnckocore/utils",
"version": "1.3.4",
"version": "1.3.5",
"licenseStart": 2019,

@@ -80,3 +80,3 @@ "license": "MPL-2.0",

},
"gitHead": "5ad01e13a7735cc536f6fc21d9c0fa3144fcecd8"
"gitHead": "289c2d1fb273160c47412b59aff2aeb8482d523f"
}

@@ -232,3 +232,3 @@ # @tunnckocore/utils [![npm version][npmv-img]][npmv-url] [![License][license-img]][license-url] [![Libera Manifesto][libera-manifesto-img]][libera-manifesto-url]

[patreon-sponsor-img]: https://badgen.net/badge/become/a%20sponsor/F96854?icon=patreon
[twitter-share-url]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/opensource/tree/master&via=tunnckoCore
[twitter-share-url]: https://twitter.com/intent/tweet?text=https://ghub.now.sh/@tunnckocore/utils&via=tunnckoCore
[twitter-share-img]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter

@@ -235,0 +235,0 @@ [open-issue-url]: https://github.com/tunnckoCore/opensource/issues/new

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

const newKey = k.endsWith('src')
? k
.split('/')
.slice(0, -1)
.join('/')
? k.split('/').slice(0, -1).join('/')
: k;

@@ -279,0 +276,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