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

@magic/log

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic/log - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

26

package.json
{
"name": "@magic/log",
"version": "0.1.0",
"version": "0.1.1",
"author": "Wizards & Witches",
"description": "enhanced console.log",
"license": "AGPL-3.0",
"homepage": "https://magic.github.io/test",
"main": "src/index.mjs",
"author": "Jascha Ehrenreich <jascha@jaeh.at>",
"license": "AGPL-3.0",
"module": "src/index.mjs",
"type": "module",
"scripts": {

@@ -20,5 +23,8 @@ "start": "t -p",

},
"engine": {
"node": ">=12.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/magic/log"
"url": "https://github.com/magic/log.git"
},

@@ -28,16 +34,22 @@ "bugs": {

},
"homepage": "https://github.com/magic/log",
"devDependencies": {
"@magic-modules/git-badges": "github:magic-modules/git-badges",
"@magic-modules/light-switch": "github:magic-modules/light-switch",
"@magic-modules/pre": "github:magic-modules/pre",
"@magic-themes/docs": "github:magic-themes/docs",
"@magic/core": "github:magic/core",
"@magic/test": "0.1.0"
"@magic/test": "0.1.18"
},
"dependencies": {
"@magic/types": "0.1.1"
"@magic/types": "0.1.2"
},
"files": [
"src"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}

@@ -38,3 +38,3 @@ # @magic/log

```javascript
const log = require('@magic/log')
import log from '@magic/log'
```

@@ -88,1 +88,8 @@

log.error now converts errors for better logging
#### v0.1.0
use ecmascript modules
#### v0.1.1
bump to get this version to be the default for install.
0.1.0-cjs was preferred, but is deprecated.

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