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.2.0 to 0.2.1

8

CHANGELOG.md

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

<a name="0.2.1"></a>
## [0.2.1](https://github.com/Igmat/baset/compare/v0.2.0...v0.2.1) (2018-01-18)
**Note:** Version bump only for package baset-cli
<a name="0.2.0"></a>

@@ -8,0 +16,0 @@ # [0.2.0](https://github.com/Igmat/baset/compare/v0.1.0...v0.2.0) (2018-01-17)

1

dist/commands/accept.js

@@ -26,3 +26,2 @@ "use strict";

handler: (argv) => __awaiter(this, void 0, void 0, function* () {
console.log(1);
const baselines = yield glob(argv.bases + '.tmp');

@@ -29,0 +28,0 @@ baset_core_1.accept(baselines.map(base => path.resolve(base)));

{
"name": "baset-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

"dependencies": {
"baset-core": "^0.2.0",
"baset-core": "^0.2.1",
"glob": "^7.1.2",

@@ -26,0 +26,0 @@ "glob-promise": "^3.3.0",

@@ -19,3 +19,2 @@ import { accept } from 'baset-core';

handler: async argv => {
console.log(1);
const baselines = await glob(argv.bases + '.tmp');

@@ -22,0 +21,0 @@ accept(baselines.map(base => path.resolve(base)));

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