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

caterpillar

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caterpillar - npm Package Compare versions

Comparing version 8.1.0 to 8.2.0-next.1703862476.17c06ffc583a010f8cf883da66b6f7a986bd2ab1

4

edition-deno/logger.ts

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

import getLogLevel, { rfcLogLevels, LevelInfo, LevelsMap } from 'https://unpkg.com/rfc-log-levels@^4.1.0/edition-deno/index.ts'
import getCurrentLine, { Offset, Location } from 'https://unpkg.com/get-current-line@^7.2.0/edition-deno/index.ts'
import getLogLevel, { rfcLogLevels, LevelInfo, LevelsMap } from 'https://unpkg.com/rfc-log-levels@^4.2.0/edition-deno/index.ts'
import getCurrentLine, { Offset, Location } from 'https://unpkg.com/get-current-line@^7.3.0/edition-deno/index.ts'
import { Transform } from './transform.ts'

@@ -4,0 +4,0 @@

@@ -5,3 +5,3 @@ // Imports

import { inspect } from 'node:util'
import * as ansi from 'https://unpkg.com/@bevry/ansi@^6.8.0/edition-deno/index.ts'
import * as ansi from 'https://unpkg.com/@bevry/ansi@^6.9.0/edition-deno/index.ts'

@@ -8,0 +8,0 @@ /**

{
"title": "Caterpillar",
"name": "caterpillar",
"version": "8.1.0",
"version": "8.2.0-next.1703862476.17c06ffc583a010f8cf883da66b6f7a986bd2ab1",
"license": "Artistic-2.0",

@@ -11,3 +11,3 @@ "description": "Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.",

"type": "git",
"url": "https://github.com/bevry/caterpillar.git"
"url": "git+https://github.com/bevry/caterpillar.git"
},

@@ -96,3 +96,3 @@ "bugs": {

"Balsa <hello@balsa.com> (https://balsa.com) (https://github.com/balsa): We're Balsa, and we're building tools for builders.",
"Codecov <hello-codecov@sentry.io> (https://codecov.io/) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.",
"Codecov <hello-codecov@sentry.io> (https://codecov.io) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.",
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",

@@ -105,15 +105,26 @@ "Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)",

"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)",
"Armen Mkrtchian (https://mogoni.dev) (https://github.com/Armenm)",
"Balsa <hello@balsa.com> (https://balsa.com) (https://github.com/balsa)",
"Chad (https://opencollective.com/chad8)",
"Codecov <hello-codecov@sentry.io> (https://codecov.io/) (https://github.com/codecov)",
"Codecov <hello-codecov@sentry.io> (https://codecov.io) (https://github.com/codecov)",
"dr.dimitru (https://veliovgroup.com) (https://github.com/dr-dimitru)",
"Elliott Ditman (https://elliottditman.com) (https://github.com/elliottditman)",
"entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)",
"GitHub (https://github.com/about) (https://github.com/github)",
"Hunter Beast (https://cryptoquick.com) (https://github.com/cryptoquick)",
"Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)",
"Michael Duane Mooring (https://bevry.me) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)",
"Michael Duane Mooring (https://mdm.cc) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)",
"Michael Harry Scepaniak <mhs1.sys@gmail.com> (https://michaelscepaniak.com) (https://github.com/hispanic)",
"Mohammed Shah <shah@idk.uno> (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)",
"Mr. Henry <hello@mrhenry.be> (https://mrhenry.be) (https://github.com/mrhenry)",
"Nermal <nermalcat69@skiff.com> (https://arjunaditya.vercel.app) (https://github.com/nermalcat69)",
"Pleo (https://pleo.io) (https://github.com/pleo-io)",
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)",
"Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)",
"Robert de Forest <guitar.robot@gmail.com> (https://github.com/rdeforest)",
"Sentry (https://sentry.io) (https://github.com/getsentry)",
"ServieJS (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)",
"Skunk Team (https://skunk.team) (https://github.com/skunkteam)",
"Syntax <scott@syntax.fm> (https://syntax.fm) (https://github.com/syntaxfm)"
"Syntax <scott@syntax.fm> (https://syntax.fm) (https://github.com/syntaxfm)",
"WriterJohnBuck (https://github.com/WriterJohnBuck)"
],

@@ -269,6 +280,6 @@ "engines": {

"dependencies": {
"@bevry/ansi": "^6.8.0",
"editions": "^6.20.0",
"get-current-line": "^7.2.0",
"rfc-log-levels": "^4.1.0"
"@bevry/ansi": "^6.9.0",
"editions": "^6.21.0",
"get-current-line": "^7.3.0",
"rfc-log-levels": "^4.2.0"
},

@@ -279,3 +290,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^6.16.0",
"assert-helpers": "^11.11.0",
"assert-helpers": "^11.12.0",
"eslint": "^8.56.0",

@@ -285,9 +296,9 @@ "eslint-config-bevry": "^5.3.0",

"eslint-plugin-prettier": "^5.1.2",
"kava": "^7.6.0",
"make-deno-edition": "^2.1.0",
"kava": "^7.8.0",
"make-deno-edition": "^2.2.0",
"prettier": "^3.1.1",
"projectz": "^4.0.0",
"projectz": "^4.1.1",
"typedoc": "^0.25.4",
"typescript": "5.3.3",
"valid-directory": "^4.7.0",
"valid-directory": "^4.8.0",
"valid-module": "^2.6.0"

@@ -310,3 +321,3 @@ },

"our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source",
"our:meta:projectz": "projectz",
"our:meta:projectz": "projectz --offline",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

@@ -313,0 +324,0 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep \"v$npm_package_version\" || (printf '%s\n' \"add a changelog entry for v$npm_package_version\" && exit -1)",

@@ -250,3 +250,3 @@ <!-- TITLE/ -->

``` typescript
import * as pkg from 'https://unpkg.com/caterpillar@^8.1.0/edition-deno/index.ts'
import * as pkg from 'https://unpkg.com/caterpillar@^8.2.0/edition-deno/index.ts'
```

@@ -257,3 +257,3 @@ ### [Skypack](https://www.skypack.dev "Skypack is a JavaScript Delivery Network for modern web apps")

<script type="module">
import * as pkg from '//cdn.skypack.dev/caterpillar@^8.1.0'
import * as pkg from '//cdn.skypack.dev/caterpillar@^8.2.0'
</script>

@@ -265,3 +265,3 @@ ```

<script type="module">
import * as pkg from '//unpkg.com/caterpillar@^8.1.0'
import * as pkg from '//unpkg.com/caterpillar@^8.2.0'
</script>

@@ -273,3 +273,3 @@ ```

<script type="module">
import * as pkg from '//dev.jspm.io/caterpillar@8.1.0'
import * as pkg from '//dev.jspm.io/caterpillar@8.2.0'
</script>

@@ -315,3 +315,3 @@ ```

- [Benjamin Lupton](https://github.com/balupton) — Accelerating collaborative wisdom.
- [Benjamin Lupton](https://balupton.com) — Accelerating collaborative wisdom.

@@ -339,3 +339,3 @@ #### Contributors

- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing.
- [Codecov](https://codecov.io) — Empower developers with tools to improve code quality and testing.
- [Poonacha Medappa](https://poonachamedappa.com)

@@ -349,11 +349,21 @@ - [Rob Morris](https://github.com/Rob-Morris)

- [Andrew Nesbitt](https://nesbitt.io)
- [Armen Mkrtchian](https://mogoni.dev)
- [Balsa](https://balsa.com)
- [Chad](https://opencollective.com/chad8)
- [Codecov](https://codecov.io/)
- [Codecov](https://codecov.io)
- [dr.dimitru](https://veliovgroup.com)
- [Elliott Ditman](https://elliottditman.com)
- [entroniq](https://gitlab.com/entroniq)
- [GitHub](https://github.com/about)
- [Hunter Beast](https://cryptoquick.com)
- [Jean-Luc Geering](https://github.com/jlgeering)
- [Michael Duane Mooring](https://bevry.me)
- [Michael Duane Mooring](https://mdm.cc)
- [Michael Harry Scepaniak](https://michaelscepaniak.com)
- [Mohammed Shah](https://github.com/smashah)
- [Mr. Henry](https://mrhenry.be)
- [Nermal](https://arjunaditya.vercel.app)
- [Pleo](https://pleo.io)
- [Poonacha Medappa](https://poonachamedappa.com)
- [Rob Morris](https://github.com/Rob-Morris)
- [Robert de Forest](https://github.com/rdeforest)
- [Sentry](https://sentry.io)

@@ -363,2 +373,3 @@ - [ServieJS](https://github.com/serviejs)

- [Syntax](https://syntax.fm)
- [WriterJohnBuck](https://github.com/WriterJohnBuck)

@@ -365,0 +376,0 @@ <!-- /BACKERS -->

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