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

ringside

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ringside - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

CHANGELOG.md

@@ -5,3 +5,8 @@ # Change Log

<a name="0.0.3"></a>
## [0.0.3](https://github.com/rylnd/ringside/compare/v0.0.2...v0.0.3) (2017-12-04)
<a name="0.0.2"></a>
## 0.0.2 (2017-12-04)

8

dist/ringside.d.ts

@@ -29,3 +29,3 @@ import { DOMRect, RectProps } from './types';

}
interface Ringside {
export interface RingsideInterface {
top(): PositionedSide;

@@ -36,3 +36,3 @@ right(): PositionedSide;

}
declare class Ringside implements Ringside {
declare class Ringside implements RingsideInterface {
readonly innerBounds: DOMRect;

@@ -50,2 +50,6 @@ readonly outerBounds: DOMRect;

constructor(innerBounds: DOMRect, outerBounds: DOMRect, height: number, width: number);
top(): PositionedSide;
bottom(): PositionedSide;
right(): PositionedSide;
left(): PositionedSide;
private lanes();

@@ -52,0 +56,0 @@ private positions(orientation);

{
"name": "ringside",
"version": "0.0.2",
"version": "0.0.3",
"description": "Positions a rectangle between inner and outer bounds",

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