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

@iyio/common

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iyio/common - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

src/lib/window-size-lib.d.ts

2

package.json
{
"name": "@iyio/common",
"version": "0.0.24",
"version": "0.0.25",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -64,2 +64,3 @@ export * from './lib/array';

export * from './lib/validation';
export * from './lib/window-size-lib';
export * from './lib/_types.common';

@@ -67,3 +67,4 @@ "use strict";

tslib_1.__exportStar(require("./lib/validation"), exports);
tslib_1.__exportStar(require("./lib/window-size-lib"), exports);
tslib_1.__exportStar(require("./lib/_types.common"), exports);
//# sourceMappingURL=index.js.map

@@ -15,2 +15,6 @@ export interface LatLng {

}
export interface Size {
width: number;
height: number;
}
export declare type DisposeCallback = () => void;

@@ -17,0 +21,0 @@ export declare type SideEffectCallback = ((success: boolean) => void | Promise<void>) | Promise<void>;

Sorry, the diff of this file is not supported yet

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