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

image-resource

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-resource - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

dist/image-resource.d.ts
export declare class ImageResource {
static load(source: string): Promise<ImageResource>;
image: HTMLImageElement;

@@ -3,0 +4,0 @@ private _naturalWidth;

@@ -8,2 +8,6 @@ "use strict";

}
ImageResource.load = function (source) {
return new ImageResource().load(source);
};
;
ImageResource.prototype.load = function (source) {

@@ -10,0 +14,0 @@ var _this = this;

2

package.json
{
"name": "image-resource",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/image-resource.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