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

aurelia-pal

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-pal - npm Package Compare versions

Comparing version 1.0.0-beta.1.2.1 to 1.0.0-beta.1.2.2

4

bower.json
{
"name": "aurelia-pal",
"version": "1.0.0-beta.1.2.1",
"version": "1.0.0-beta.1.2.2",
"description": "Aurelia's platform abstraction layer (PAL).",

@@ -10,2 +10,4 @@ "keywords": [

"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-pal.js",
"moduleType": "node",
"license": "MIT",

@@ -12,0 +14,0 @@ "authors": [

@@ -33,2 +33,7 @@ declare module 'aurelia-pal' {

export interface Performance {
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;

@@ -73,2 +78,3 @@ }

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -75,0 +81,0 @@ requestAnimationFrame(callback: ((animationFrameStart: number) => void)): number;

@@ -33,2 +33,7 @@ declare module 'aurelia-pal' {

export interface Performance {
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;

@@ -73,2 +78,3 @@ }

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -75,0 +81,0 @@ requestAnimationFrame(callback: ((animationFrameStart: number) => void)): number;

@@ -76,3 +76,7 @@ /**

interface Performance {
now(): number;
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;
}

@@ -107,2 +111,3 @@

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -109,0 +114,0 @@ requestAnimationFrame(callback: (animationFrameStart: number) => void): number;

@@ -33,2 +33,7 @@ declare module 'aurelia-pal' {

export interface Performance {
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;

@@ -73,2 +78,3 @@ }

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -75,0 +81,0 @@ requestAnimationFrame(callback: ((animationFrameStart: number) => void)): number;

@@ -33,2 +33,7 @@ declare module 'aurelia-pal' {

export interface Performance {
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;

@@ -73,2 +78,3 @@ }

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -75,0 +81,0 @@ requestAnimationFrame(callback: ((animationFrameStart: number) => void)): number;

@@ -33,2 +33,7 @@ declare module 'aurelia-pal' {

export interface Performance {
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;

@@ -73,2 +78,3 @@ }

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -75,0 +81,0 @@ requestAnimationFrame(callback: ((animationFrameStart: number) => void)): number;

@@ -1197,2 +1197,6 @@ {

"flags": {},
"comment": {
"shortText": "Gets a DOMHighResTimeStamp.",
"returns": "The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.\n"
},
"type": {

@@ -1567,3 +1571,4 @@ "type": "instrinct",

"comment": {
"shortText": "Registers a function to call when the system is ready to update (repaint) the display."
"shortText": "Registers a function to call when the system is ready to update (repaint) the display.",
"returns": "A long integer value, the request id, that uniquely identifies the entry in the callback list.\n"
},

@@ -1578,3 +1583,3 @@ "parameters": [

"comment": {
"text": "The function to call.\n"
"text": "The function to call."
},

@@ -1581,0 +1586,0 @@ "type": {

@@ -0,1 +1,4 @@

### 1.0.0-beta.1.2.2 (2016-05-10)
### 1.0.0-beta.1.2.1 (2016-05-03)

@@ -2,0 +5,0 @@

{
"name": "aurelia-pal",
"version": "1.0.0-beta.1.2.1",
"version": "1.0.0-beta.1.2.2",
"description": "Aurelia's platform abstraction layer (PAL).",

@@ -5,0 +5,0 @@ "keywords": [

@@ -76,3 +76,7 @@ /**

interface Performance {
now(): number;
/**
* Gets a DOMHighResTimeStamp.
* @return The timestamp, measured in milliseconds, accurate to one thousandth of a millisecond.
*/
now(): number;
}

@@ -107,2 +111,3 @@

* @param callback The function to call.
* @return A long integer value, the request id, that uniquely identifies the entry in the callback list.
*/

@@ -109,0 +114,0 @@ requestAnimationFrame(callback: (animationFrameStart: number) => void): number;

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