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
0
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.3.2 to 0.3.3

lib/codegen/index.d.ts

2

lib/index.js

@@ -7,2 +7,3 @@ #!/usr/bin/env node

import chalk from 'chalk';
import { createResolversConfig } from './codegen/index.js';
const program = new Command();

@@ -43,2 +44,3 @@ program

});
createResolversConfig(program);
program

@@ -45,0 +47,0 @@ .command('inspect')

7

package.json
{
"name": "@aexol/axolotl",
"version": "0.3.2",
"version": "0.3.3",
"private": false,

@@ -20,8 +20,7 @@ "main": "./lib/index.js",

"dependencies": {
"@aexol/axolotl-core": "^0.3.2",
"@aexol/axolotl-core": "^0.3.3",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"commander": "^11.0.0",
"graphql-js-tree": "^1.0.6"
"commander": "^11.0.0"
}
}

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