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

canvas-comment

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-comment - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

es/index.js

@@ -304,2 +304,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";

this.image.src = url;
this.image.setAttribute("crossOrigin", 'Anonymous');
} // 缩放图片

@@ -306,0 +307,0 @@

@@ -319,2 +319,3 @@ "use strict";

this.image.src = url;
this.image.setAttribute("crossOrigin", 'Anonymous');
} // 缩放图片

@@ -321,0 +322,0 @@

{
"name": "canvas-comment",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -13,3 +13,4 @@ "main": "lib/index.js",

"build:es": "rimraf es && zarm build --mode es --path src --out-dir es --copy-files",
"build": "yarn build:types && yarn build:lib && yarn build:es"
"build": "pnpm build:types && pnpm build:lib && pnpm build:es",
"release": "pnpm build && release-it --no-git.requireUpstream --git.pushRepo=origin"
},

@@ -36,2 +37,3 @@ "author": "jerome.lin@zhongan.com",

"lint-staged": "^10.2.11",
"release-it": "^15.4.1",
"rimraf": "^3.0.2",

@@ -48,3 +50,9 @@ "typescript": "~4.5.0"

}
},
"release-it": {
"git": {
"tag": false,
"commitMessage": "chore: release v${version}"
}
}
}
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