Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auxin

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auxin - npm Package Compare versions

Comparing version 1.13.7 to 1.13.8

2

package.json
{
"name": "auxin",
"version": "1.13.7",
"version": "1.13.8",
"description": "Auxin is a powerful Node.js utility toolkit that simplifies common tasks, boosting your development productivity.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

{
"compilerOptions": {
"target": "es6", // Specify the ECMAScript target version (e.g., "es6")
"target": "es2017", // Specify the ECMAScript target version (e.g., "es6")
"module": "commonjs", // Specify the module system (e.g., "commonjs" for Node.js)

@@ -9,4 +9,7 @@ "outDir": "dist", // Specify the output directory for compiled JavaScript files

"declaration": true, // Generate corresponding .d.ts files for TypeScript files
"sourceMap": true // Generate source map files for better debugging experience
"sourceMap": true,// Generate source map files for better debugging experience
"lib": ["es2017"]
},
"include": [

@@ -13,0 +16,0 @@ "src"

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