New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clef/canvas-tools

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clef/canvas-tools - npm Package Compare versions

Comparing version 0.2.4 to 1.0.0

2

package.json
{
"name": "@clef/canvas-tools",
"description": "Tools for working with a DOM canvas",
"version": "0.2.4",
"version": "1.0.0",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "author": "jessepollak",

@@ -0,5 +1,6 @@

var packageJSON = require('./package.json')
module.exports = {
entry: './src/index.js',
// add any external libraries that we require here
externals: [ ],
externals: packageJSON.dependencies ? Object.keys(packageJSON.dependencies) : [],
output: {

@@ -6,0 +7,0 @@ filename: 'lib/index.js',

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