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 0.1.1 to 0.1.2

2

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

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

@@ -368,2 +368,5 @@ define(['exports', 'aurelia-pal'], function (exports, _aureliaPal) {

})(_aureliaPal.PLATFORM.global);
var emptyMetadata = Object.freeze({});
var metadataContainerKey = '__metadata__';
if (typeof _aureliaPal.PLATFORM.global.Reflect === 'undefined') {

@@ -370,0 +373,0 @@ _aureliaPal.PLATFORM.global.Reflect = {};

@@ -400,2 +400,5 @@ import {PLATFORM} from 'aurelia-pal';

})(PLATFORM.global);
const emptyMetadata = Object.freeze({});
const metadataContainerKey = '__metadata__';
if (typeof PLATFORM.global.Reflect === 'undefined') {

@@ -402,0 +405,0 @@ PLATFORM.global.Reflect = {};

@@ -369,2 +369,5 @@ 'use strict';

})(_aureliaPal.PLATFORM.global);
var emptyMetadata = Object.freeze({});
var metadataContainerKey = '__metadata__';
if (typeof _aureliaPal.PLATFORM.global.Reflect === 'undefined') {

@@ -371,0 +374,0 @@ _aureliaPal.PLATFORM.global.Reflect = {};

@@ -400,2 +400,5 @@ import {PLATFORM} from 'aurelia-pal';

})(PLATFORM.global);
const emptyMetadata = Object.freeze({});
const metadataContainerKey = '__metadata__';
if (typeof PLATFORM.global.Reflect === 'undefined') {

@@ -402,0 +405,0 @@ PLATFORM.global.Reflect = {};

System.register(['aurelia-pal'], function (_export) {
'use strict';
var PLATFORM;
var PLATFORM, emptyMetadata, metadataContainerKey;
return {

@@ -375,2 +375,5 @@ setters: [function (_aureliaPal) {

})(PLATFORM.global);
emptyMetadata = Object.freeze({});
metadataContainerKey = '__metadata__';
if (typeof PLATFORM.global.Reflect === 'undefined') {

@@ -377,0 +380,0 @@ PLATFORM.global.Reflect = {};

@@ -0,1 +1,9 @@

### 0.1.2 (2016-02-17)
#### Bug Fixes
* **reflect:** missed constants for implementation internals ([36e7a3e6](http://github.com/aurelia/polyfills/commit/36e7a3e6b8f7327af65e01fc98e04352998b0abc))
### 0.1.1 (2016-02-17)

@@ -2,0 +10,0 @@

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

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

import {PLATFORM} from 'aurelia-pal';
const emptyMetadata = Object.freeze({});
const metadataContainerKey = '__metadata__';
if (typeof PLATFORM.global.Reflect === 'undefined') {

@@ -4,0 +7,0 @@ PLATFORM.global.Reflect = {};

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