Socket
Socket
Sign inDemoInstall

@visulima/cerebro

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/cerebro - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

23

CHANGELOG.md

@@ -0,1 +1,24 @@

## @visulima/cerebro [1.1.17](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.16...@visulima/cerebro@1.1.17) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Styles
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
### Dependencies
* **@visulima/boxen:** upgraded to 1.0.15
* **@visulima/colorize:** upgraded to 1.4.7
* **@visulima/find-cache-dir:** upgraded to 1.0.8
* **@visulima/pail:** upgraded to 2.1.6
* **@visulima/path:** upgraded to 1.0.6
## @visulima/cerebro [1.1.16](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.15...@visulima/cerebro@1.1.16) (2024-08-30)

@@ -2,0 +25,0 @@

4

dist/index.d.ts

@@ -149,2 +149,4 @@ import { OptionDefinition as OptionDefinition$1 } from 'command-line-args';

export { type ArgumentDefinition, type Cli$1 as Cli, type CliOptions, type Command, type Extension, type OptionDefinition, type OutputType, type Toolbox, type VERBOSITY_LEVEL, Cli as default };
export { type ArgumentDefinition, type Cli$1 as Cli, type CliOptions, type Command, type Extension, type OptionDefinition, type OutputType, type Toolbox, type VERBOSITY_LEVEL, };
export = Cli;

@@ -117,10 +117,10 @@ MIT License

> > MIT License
> >
> >
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> > Copyright (c) Paul Miller (https://paulmillr.com)
> >
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
> >
> >
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
> >
> >
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@@ -127,0 +127,0 @@

{
"name": "@visulima/cerebro",
"version": "1.1.16",
"version": "1.1.17",
"description": "A delightful toolkit for building Node-powered CLIs.",

@@ -34,5 +34,8 @@ "keywords": [

"homepage": "https://visulima.com/packages/cerebro",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/cerebro"

@@ -73,2 +76,9 @@ },

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -81,6 +91,6 @@ "dist",

"dependencies": {
"@visulima/boxen": "1.0.14",
"@visulima/colorize": "1.4.6",
"@visulima/find-cache-dir": "1.0.7",
"@visulima/pail": "2.1.5",
"@visulima/boxen": "1.0.15",
"@visulima/colorize": "1.4.7",
"@visulima/find-cache-dir": "1.0.8",
"@visulima/pail": "2.1.6",
"cli-table3": "^0.6.5",

@@ -95,2 +105,3 @@ "command-line-args": "^6.0.0",

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.15.4",
"@babel/core": "^7.25.2",

@@ -103,8 +114,8 @@ "@eslint-types/deprecation": "^2.0.0",

"@rushstack/eslint-plugin-security": "^0.8.2",
"@total-typescript/ts-reset": "^0.6.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/command-line-args": "^5.2.3",
"@types/node": "18.19.15",
"@visulima/nextra-theme-docs": "4.0.26",
"@visulima/packem": "^1.0.0-alpha.86",
"@visulima/path": "1.0.5",
"@visulima/packem": "^1.0.0-alpha.93",
"@visulima/path": "1.0.6",
"@vitest/coverage-v8": "^2.0.5",

@@ -158,2 +169,3 @@ "camelcase": "8.0.0",

"dev": "pnpm run build --watch",
"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",

@@ -160,0 +172,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",

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