New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 0.1.3

dist/console.draw.js

19

package.json
{
"name": "console.draw",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"author": "Francois Laberge",
"license": "MIT",
"homepage": "https://github.com/seflless/arbitrary",
"homepage": "https://github.com/seflless/console.draw",
"repository": {
"type": "git",
"url": "https://github.com/seflless/arbitrary.git"
"url": "https://github.com/seflless/console.draw.git"
},
"bugs": {
"url": "https://github.com/seflless/arbitrary/issues"
"url": "https://github.com/seflless/console.draw/issues"
},

@@ -22,9 +22,9 @@ "keywords": [

"type": "module",
"main": "./dist/arbitrary.umd.cjs",
"module": "./dist/arbitrary.js",
"main": "./dist/console.draw.umd.cjs",
"module": "./dist/console.draw.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/arbitrary.js",
"require": "./dist/arbitrary.umd.cjs"
"import": "./dist/console.draw.js",
"require": "./dist/console.draw.umd.cjs"
}

@@ -40,3 +40,4 @@ },

"test": "vitest",
"vcoverage": "vitest run --coverage"
"cli-test": "vitest run",
"coverage": "vitest run --coverage"
},

@@ -43,0 +44,0 @@ "devDependencies": {

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