Socket
Socket
Sign inDemoInstall

ember-cli-babel

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-babel - npm Package Compare versions

Comparing version 7.8.0 to 7.9.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## v7.9.0 (2019-08-12)
#### :rocket: Enhancement
* [#295](https://github.com/babel/ember-cli-babel/pull/295) Update modules API for colocation support (emberjs/rfcs#481). ([@rwjblue](https://github.com/rwjblue))
#### Committers: 3
- Eli Flanagan ([@efx](https://github.com/efx))
- L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v7.8.0 (2019-06-17)

@@ -2,0 +12,0 @@

39

package.json
{
"name": "ember-cli-babel",
"version": "7.8.0",
"version": "7.9.0",
"description": "Ember CLI addon for Babel",
"keywords": [
"ember-addon",
"babel",
"ember",
"ember-addon",
"ember-cli",

@@ -17,2 +17,6 @@ "transpile",

},
"repository": {
"type": "git",
"url": "git://github.com/babel/ember-cli-babel.git"
},
"license": "MIT",

@@ -28,6 +32,2 @@ "author": "Gordon Kristan",

},
"repository": {
"type": "git",
"url": "git://github.com/babel/ember-cli-babel.git"
},
"scripts": {

@@ -37,7 +37,8 @@ "build": "ember build",

"lint:js": "eslint ./*.js addon addon-test-support app blueprints config lib server test-support tests",
"release": "release-it",
"start": "ember serve",
"test": "mocha node-tests && ember test",
"test:all": "mocha node-tests && ember try:each",
"test:node": "mocha node-tests",
"test:node:debug": "mocha debug node-tests",
"test": "mocha node-tests && ember test",
"test:all": "mocha node-tests && ember try:each"
"test:node:debug": "mocha debug node-tests"
},

@@ -55,3 +56,3 @@ "dependencies": {

"babel-plugin-debug-macros": "^0.3.0",
"babel-plugin-ember-modules-api-polyfill": "^2.9.0",
"babel-plugin-ember-modules-api-polyfill": "^2.10.0",
"babel-plugin-module-resolver": "^3.1.1",

@@ -93,2 +94,4 @@ "broccoli-babel-transpiler": "^7.1.2",

"mocha": "^5.2.0",
"release-it": "^12.2.1",
"release-it-lerna-changelog": "^1.0.3",
"resolve": "^1.8.1"

@@ -99,2 +102,5 @@ },

},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"changelog": {

@@ -112,3 +118,16 @@ "repo": "babel/ember-cli-babel",

"configPath": "tests/dummy/config"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
}
}
}
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