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.8.0 to 0.9.0

8

CHANGELOG.md

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

<a name="0.9.0"></a>
# [0.9.0](https://github.com/Igmat/baset/compare/v0.8.0...v0.9.0) (2018-03-03)
**Note:** Version bump only for package baset-cli
<a name="0.8.0"></a>

@@ -8,0 +16,0 @@ # [0.8.0](https://github.com/Igmat/baset/compare/v0.7.5...v0.8.0) (2018-02-28)

2

dist/commands/accept.js

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

handler: (argv) => __awaiter(this, void 0, void 0, function* () {
const baselines = yield glob_promise_1.default(argv.bases + '.tmp');
const baselines = yield glob_promise_1.default(baset_core_1.utils.pathToTmp(argv.bases));
const tester = new baset_core_1.Tester(argv.plugins, argv.options);

@@ -31,0 +31,0 @@ const results = yield Promise.all(tester.accept(baselines));

{
"name": "baset-cli",
"version": "0.8.0",
"version": "0.9.0",
"description": "CLI for BaseT project.",

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

"@types/yargs": "^10.0.1",
"baset": "^0.8.0",
"baset": "^0.9.0",
"doctoc": "^1.3.0",

@@ -42,3 +42,3 @@ "tslint": "^5.9.1",

"dependencies": {
"baset-core": "^0.8.0",
"baset-core": "^0.9.0",
"find-up": "^2.1.0",

@@ -45,0 +45,0 @@ "glob": "^7.1.2",

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