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

aurelia-polyfills

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-polyfills - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

bower.json
{
"name": "aurelia-polyfills",
"version": "1.0.0",
"version": "1.1.0",
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.",

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

@@ -803,2 +803,8 @@ define(['aurelia-pal'], function (_aureliaPal) {

}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function (o) {
return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o));
};
}
});

@@ -871,3 +871,3 @@ import {PLATFORM} from 'aurelia-pal';

}
var a = [null];

@@ -878,1 +878,5 @@ a.push.apply(a, args);

}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function(o) { return (Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))); }
}

@@ -799,2 +799,8 @@ 'use strict';

};
}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function (o) {
return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o));
};
}

@@ -796,2 +796,8 @@ import { PLATFORM } from 'aurelia-pal';

};
}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function (o) {
return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o));
};
}

@@ -797,2 +797,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

};
}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function (o) {
return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o));
};
}

@@ -814,4 +814,10 @@ 'use strict';

}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function (o) {
return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o));
};
}
}
};
});
{
"name": "aurelia-polyfills",
"version": "1.0.0",
"version": "1.1.0",
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.",

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

@@ -60,3 +60,3 @@ import {PLATFORM} from 'aurelia-pal';

}
var a = [null];

@@ -67,1 +67,5 @@ a.push.apply(a, args);

}
if (typeof Reflect.ownKeys !== 'function') {
Reflect.ownKeys = function(o) { return (Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))); }
}
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