Socket
Socket
Sign inDemoInstall

ember-data

Package Overview
Dependencies
Maintainers
3
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-data - npm Package Compare versions

Comparing version 1.0.0-beta.12 to 1.0.0-beta.14

CHANGELOG.md

2

lib/ember-addon/blueprints/ember-data/index.js

@@ -11,4 +11,4 @@ 'use strict';

afterInstall: function() {
return this.addBowerPackageToProject('ember-data', '1.0.0-beta.12');
return this.addBowerPackageToProject('ember-data', '1.0.0-beta.14');
}
};
{
"name": "ember-data",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.14",
"namespace": "DS",

@@ -17,3 +17,3 @@ "repository": "git://github.com/emberjs/data.git",

"scripts": {
"prepublish": "bower install",
"prepublish": "bower install && npm run-script dist",
"start": "ember serve",

@@ -31,11 +31,10 @@ "dist": "ember build --environment=production",

"bower": "~1.3",
"broccoli": "^0.12.3",
"broccoli-cli": "0.0.1",
"broccoli-concat": "0.0.7",
"broccoli-compile-modules": "^1.1.0",
"broccoli-concat": "0.0.12",
"broccoli-defeatureify": "^0.3.0",
"broccoli-derequire": "0.0.1",
"broccoli-env": "0.0.1",
"broccoli-es3-safe-recast": "0.0.8",
"broccoli-es6-module-transpiler": "^0.1.1",
"broccoli-es6-module-transpiler": "^0.5.0",
"broccoli-es6-transpiler": "^0.1.0",
"broccoli-file-creator": "^0.1.0",
"broccoli-file-mover": "~0.2.0",

@@ -45,3 +44,3 @@ "broccoli-jshint": "^0.5.1",

"broccoli-render-template": "0.0.3",
"broccoli-static-compiler": "^0.1.4",
"broccoli-static-compiler": "^0.2.1",
"broccoli-string-replace": "0.0.2",

@@ -53,4 +52,7 @@ "broccoli-uglify-js": "^0.1.3",

"ejs": "^1.0.0",
"ember-cli": "0.0.43",
"ember-cli": "^0.1.4",
"ember-publisher": "0.0.6",
"es6-module-transpiler": "^0.9.5",
"es6-module-transpiler-amd-formatter": "^0.2.4",
"es6-module-transpiler-package-resolver": "^1.0.1",
"git-repo-version": "0.0.2",

@@ -57,0 +59,0 @@ "testem": "^0.6.19",

@@ -167,2 +167,12 @@ ## Ember Data [![Build Status](https://secure.travis-ci.org/emberjs/data.svg?branch=master)](http://travis-ci.org/emberjs/data)

# Building Ember Data
1. Ensure that [Node.js](http://nodejs.org/) is installed.
2. Run `npm install` to ensure the required dependencies are installed.
3. Run `npm run dist` to build Ember Data. The builds will be placed in the `dist/` directory.
# Contribution
See [CONTRIBUTING.md](https://github.com/emberjs/data/blob/master/CONTRIBUTING.md)
## How to Run Unit Tests

@@ -174,3 +184,3 @@

2. Install broccoli and bower. `npm install -g ember-cli bower`
2. Install Ember CLI and bower. `npm install -g ember-cli bower`

@@ -177,0 +187,0 @@ 3. Run `npm install` inside the project root to install the JS dependencies.

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