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

aronlog

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aronlog - npm Package Compare versions

Comparing version 1.0.0-beta.49 to 1.0.0-beta.50

dist/paint.d.ts

4

dist/index.d.ts

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

import { mark } from './mark';
import { log } from './log';

@@ -16,3 +15,4 @@ import { add } from './add';

import { fail } from './fail';
import { paint } from './paint';
export default log;
export { add as a, add, del as d, del, valid as o, valid, invalid as x, invalid, info as i, info, success, error as e, error, fail, warn, pass, conflict, ok, tree, mark };
export { add as a, add, del as d, del, valid as o, valid, invalid as x, invalid, info as i, info, success, error as e, error, fail, warn, pass, conflict, ok, tree, paint };

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

{"name":"aronlog","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"conc 'npm:build:*'","dev":"conc 'npm:build:* -- --watch'","type-check":"tsc --noEmit","lint":"eslint src","test":"jest"},"description":"A set of human-friendly and beautiful terminal log syntax","author":{"name":"Aron","email":"aron@master.co","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/aronrepo/issues"},"repository":{"type":"git","url":"https://github.com/1aron/aronrepo.git","directory":"packages/aronlog"},"keywords":["console","log","chalk","semantic","aron"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"devDependencies":{"chalk":"^5.1.2","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"1.0.0-beta.49"}
{"name":"aronlog","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"conc 'npm:build:*'","dev":"conc 'npm:build:* -- --watch'","type-check":"tsc --noEmit","lint":"eslint src","test":"jest"},"description":"A set of human-friendly and beautiful console log syntax","author":{"name":"Aron","email":"aron@master.co","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/aronrepo/issues"},"repository":{"type":"git","url":"https://github.com/1aron/aronrepo.git","directory":"packages/aronlog"},"keywords":["console","log","chalk","semantic","aron"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"devDependencies":{"chalk":"^5.1.2","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"1.0.0-beta.50"}

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

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