Socket
Socket
Sign inDemoInstall

baset-cli

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baset-cli - npm Package Compare versions

Comparing version 0.14.4 to 0.14.5

12

CHANGELOG.md

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

<a name="0.14.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)
### Bug Fixes
* **cli:** replace only first 'at' in stacktrace ([094f6e9](https://github.com/Igmat/baset/commit/094f6e9))
<a name="0.14.4"></a>

@@ -8,0 +20,0 @@ ## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

2

dist/TAP.js

@@ -21,3 +21,3 @@ "use strict";

.slice(1, 2)
.map(line => line.replace(/at/, '').trim())
.map(line => line.replace('at', '').trim())
.shift()

@@ -24,0 +24,0 @@ : '',

{
"name": "baset-cli",
"version": "0.14.4",
"version": "0.14.5",
"description": "CLI for BaseT project.",

@@ -44,3 +44,3 @@ "keywords": [

},
"gitHead": "2779da77d49a8f18590a0209f76e6d131200365f"
"gitHead": "7a70e502e77bb51273f1f45914639909b8c3d496"
}
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