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

ember-cli-deploy-build

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-build - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

CONTRIBUTING.md

19

CHANGELOG.md
# Change Log
## [1.1.2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/1.1.2) (2019-09-03)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.1.1...1.1.2)
**Merged pull requests:**
- Bump handlebars from 4.0.6 to 4.1.2 [\#54](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump js-yaml from 3.8.2 to 3.13.1 [\#53](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump lodash from 4.17.4 to 4.17.15 [\#52](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/52) ([dependabot[bot]](https://github.com/apps/dependabot))
- Remove unused packages [\#51](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/51) ([lukemelia](https://github.com/lukemelia))
- Update mocha [\#50](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/50) ([lukemelia](https://github.com/lukemelia))
- Remove unused ember-try package [\#49](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/49) ([lukemelia](https://github.com/lukemelia))
- Move from ember-cli-release to ember-cli-release-tag [\#48](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/48) ([lukemelia](https://github.com/lukemelia))
- Update to ember-cli 3.12 [\#47](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/47) ([lukemelia](https://github.com/lukemelia))
- Update plugin link [\#44](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/44) ([achambers](https://github.com/achambers))
## [v1.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.1.1) (2017-10-11)

@@ -8,3 +23,3 @@ [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.1.0...v1.1.1)

- Use RSVP over ember-cli/lib/ext/promise [\#39](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/39) ([@chrisgame](https://github.com/chrisgame))
- use RSVP over ember-cli/lib/ext/promise [\#39](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/39) ([chrisgame](https://github.com/chrisgame))

@@ -66,2 +81,2 @@ ## [v1.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.1.0) (2017-05-04)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

1

config/environment.js

@@ -1,2 +0,1 @@

/* eslint-env node */
'use strict';

@@ -3,0 +2,0 @@

@@ -1,4 +0,1 @@

/*eslint-env node*/
'use strict';
var RSVP = require('rsvp');

@@ -10,3 +7,3 @@ var glob = require('glob');

module.exports = {
name: 'ember-cli-deploy-build',
name: require('./package').name,

@@ -13,0 +10,0 @@ createDeployPlugin: function(options) {

The MIT License (MIT)
Copyright (c) 2015
Copyright (c) 2015-2019

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "ember-cli-deploy-build",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Build Plugin for ember-cli-deploy",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js"
"lint:js": "eslint .",
"test": "mocha tests/**/*-test.js --exit"
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-build",
"engines": {
"node": ">= 4"
"node": "8.* || >= 10.*"
},
"author": "Aaron Chambers and the ember-cli-deploy team",
"license": "MIT",
"dependencies": {

@@ -25,15 +19,18 @@ "chalk": "^1.0.0",

"devDependencies": {
"@ember/optional-features": "^0.7.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai": "^3.5.0",
"ember-cli-babel": "^5.2.4",
"ember-cli-htmlbars": "^1.2.0",
"ember-cli-release": "^1.0.0-beta.2",
"ember-cli-shims": "^1.0.2",
"ember-cli": "^2.12.0",
"ember-source": "^2.12.0",
"eslint": "^3.18.0",
"ember-cli": "~3.12.0",
"ember-cli-babel": "^7.7.3",
"ember-cli-htmlbars": "^3.0.1",
"ember-cli-release-tag": "^0.1.5",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-source": "~3.12.0",
"eslint": "^6.1.0",
"eslint-plugin-ember": "^6.2.0",
"eslint-plugin-node": "^9.0.1",
"github": "^0.2.4",
"glob": "^7.1.1",
"loader.js": "^4.2.3",
"mocha": "^3.2.0",
"loader.js": "^4.7.0",
"mocha": "^6.2.0",
"multiline": "^1.0.2"

@@ -45,5 +42,12 @@ },

],
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-build",
"license": "MIT",
"author": "Aaron Chambers and the ember-cli-deploy team",
"directories": {
"doc": "doc",
"test": "tests"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}
}

@@ -77,2 +77,2 @@ # ember-cli-deploy-build

[1]: https://ember-cli-deploy.github.io/ember-cli-deploy/plugins/ "Plugin Documentation"
[1]: http://ember-cli-deploy.com/docs/v1.0.x/using-plugins "Plugin Documentation"
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