New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aexol/axolotl

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aexol/axolotl - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/create/index.js

@@ -1,2 +0,2 @@

import * as chalk from 'chalk';
import chalk from 'chalk';
import { STARTER_DICT } from './consts.js';

@@ -3,0 +3,0 @@ import { createAppAction } from './utils.js';

import * as fs from 'node:fs';
import * as path from 'node:path';
import { execSync } from 'node:child_process';
import * as chalk from 'chalk';
const { Color } = chalk;
import chalk from 'chalk';
import { BASE_REPOSITORY, MESSAGE_BRAKE } from './consts.js';

@@ -7,0 +6,0 @@ export const createAppAction = ({ starter, repo, example, destination: _destination, }) => {

{
"name": "@aexol/axolotl",
"version": "0.0.5",
"version": "0.0.6",
"private": false,

@@ -21,2 +21,3 @@ "main": "./lib/index.js",

"@aexol/axolotl-core": "^0.0.5",
"chalk": "^5.3.0",
"commander": "^11.0.0",

@@ -23,0 +24,0 @@ "graphql-js-tree": "^1.0.6"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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