Socket
Socket
Sign inDemoInstall

ember-source

Package Overview
Dependencies
89
Maintainers
1
Versions
556
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.11.0-alpha.1 to 2.11.0-beta.1

.bundle/install.log

14

d8-runner.js

@@ -40,3 +40,2 @@ // GETTTING D8 (v8 + basic console):

global.self = global;
global.window = {};
function loadFile(file) {

@@ -58,15 +57,16 @@ print('load: ' + file);

loadFile('./node_modules/simple-dom/dist/simple-dom.js');
const document = new SimpleDOM.Document();
document.createElementNS = document.createElement; // TODO:wat
global.document = document;
SimpleDOM.Node.prototype.insertAdjacentHTML = function( ) {};
// url protocol
global.URL = {};
// end MISC setup
// Load the ember you want
loadFile('./dist/ember.js'); // prod build === no asserts and dev related code
loadFile('./dist/ember.prod.js'); // prod build === no asserts and dev related code
// loadFile('/dist/ember.min.js'); // prod build + minified
// loadFile('/dist/ember.debug.js'); // debug build === asserts and stuff, has perf issues
// do what you want
console.log(Ember);
// try running `d8 d8-runner.js d8-app.js`
{
"name": "ember",
"repo": "components/ember",
"version": "2.11.0-alpha.1",
"version": "2.11.0-beta.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/emberjs/ember.js",

@@ -28,3 +28,3 @@ {

},
"version": "2.11.0-alpha.1"
"version": "2.11.0-beta.1"
}
{
"name": "components-ember",
"version": "2.11.0-alpha.1",
"version": "2.11.0-beta.1",
"description": "Ember Application Framework",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"name": "ember-source",
"license": "MIT",
"version": "2.11.0-alpha.1",
"version": "2.11.0-beta.1",
"keywords": [

@@ -31,2 +31,3 @@ "ember-addon"

"broccoli-funnel": "^1.0.6",
"broccoli-merge-trees": "^1.1.4",
"broccoli-rollup": "^1.0.3",

@@ -39,3 +40,3 @@ "broccoli-stew": "^1.2.0",

"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-sauce": "^1.4.2",
"ember-cli-sauce": "^1.8.0",
"ember-cli-yuidoc": "0.8.4",

@@ -49,10 +50,12 @@ "ember-publisher": "0.0.7",

"github": "^0.2.3",
"glimmer-engine": "^0.17.6",
"glimmer-engine": "^0.19.2",
"glob": "^5.0.13",
"html-differ": "^1.3.4",
"jquery": "^3.1.1",
"mocha": "^2.4.5",
"qunit-extras": "^1.5.0",
"qunit-phantomjs-runner": "^2.2.0",
"qunitjs": "^1.22.0",
"route-recognizer": "^0.2.8",
"rsvp": "~3.2.1",
"router_js": "^1.2.4",
"serve-static": "^1.10.0",

@@ -63,2 +66,3 @@ "simple-dom": "^0.3.0",

"dependencies": {
"broccoli-stew": "^1.2.0",
"ember-cli-get-component-path-option": "^1.0.0",

@@ -70,4 +74,4 @@ "ember-cli-normalize-entity-name": "^1.0.0",

"ember-cli-valid-component-name": "^1.0.0",
"simple-dom": "^0.3.0",
"broccoli-stew": "^1.2.0"
"rsvp": "^3.3.3",
"simple-dom": "^0.3.0"
},

@@ -74,0 +78,0 @@ "ember-addon": {

@@ -205,3 +205,3 @@ (function() {

var computedMacros = [
"empty","notEmpty", "none", "not", "bool", "match", "equal", "gt", "gte",
"empty", "notEmpty", "none", "not", "bool", "match", "equal", "gt", "gte",
"lt", "lte", "alias", "oneWay", "reads", "readOnly", "deprecatingAlias",

@@ -208,0 +208,0 @@ "and", "or", "collect", "sum", "min", "max", "map", "sort", "setDiff",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc