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

console.draw

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console.draw - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/arbitrary.js

7

package.json
{
"name": "console.draw",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -44,2 +44,7 @@ "author": "Francois Laberge",

"@types/node": "^18.11.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",

@@ -46,0 +51,0 @@ "typescript": "^4.9.3",

22

README.md
# Overview
See Demos:
Log visual elements to the Dev Tools console.
- a
- b
## TODO:

@@ -12,7 +9,2 @@

## Features
- a
- b
## Screenshots

@@ -30,8 +22,7 @@

## Log SVG Snapshots
```js
import { logSVG } from "console.draw";
import { logSVG, logCanvas } from "console.draw";
// TODO
logSVG(svgElement);
logCanvas(canvasElement);
```

@@ -52,2 +43,3 @@

yarn dev
# Open the workbench page at http://localhost:5173/
```

@@ -61,2 +53,6 @@

#### Testing
**TBD**
#### Publishing to NPM

@@ -63,0 +59,0 @@

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