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

@ember/optional-features

Package Overview
Dependencies
Maintainers
17
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember/optional-features - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

10

.release-plan.json

@@ -5,4 +5,4 @@ {

"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.0",
"oldVersion": "2.1.0",
"newVersion": "2.2.0",
"constraints": [

@@ -12,6 +12,2 @@ {

"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}

@@ -22,3 +18,3 @@ ],

},
"description": "## Release (2024-02-21)\n\n@ember/optional-features 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#334](https://github.com/emberjs/ember-optional-features/pull/334) Add feature for no-implicit-route-model - only effective from ember-source 5.7 ([@achambers](https://github.com/achambers))\n\n#### :house: Internal\n* `@ember/optional-features`\n * [#339](https://github.com/emberjs/ember-optional-features/pull/339) update release-plan ([@mansona](https://github.com/mansona))\n * [#337](https://github.com/emberjs/ember-optional-features/pull/337) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#338](https://github.com/emberjs/ember-optional-features/pull/338) switch to npm ([@mansona](https://github.com/mansona))\n * [#335](https://github.com/emberjs/ember-optional-features/pull/335) Test against Node 16, 18, and 20 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Aaron Chambers ([@achambers](https://github.com/achambers))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-02-28)\n\n@ember/optional-features 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#333](https://github.com/emberjs/ember-optional-features/pull/333) Lazy load `inquirer` module ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 2\n- Aaron Chambers ([@achambers](https://github.com/achambers))\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}
# Changelog
## Release (2024-02-28)
@ember/optional-features 2.2.0 (minor)
#### :rocket: Enhancement
* `@ember/optional-features`
* [#333](https://github.com/emberjs/ember-optional-features/pull/333) Lazy load `inquirer` module ([@bertdeblock](https://github.com/bertdeblock))
#### Committers: 2
- Aaron Chambers ([@achambers](https://github.com/achambers))
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
## Release (2024-02-21)

@@ -4,0 +16,0 @@

@@ -6,3 +6,2 @@ /* eslint-disable no-console */

const fs = require('fs');
const inquirer = require('inquirer');
const p = require('util').promisify;

@@ -78,3 +77,3 @@ const path = require('path');

let response = await inquirer.prompt({
let response = await require('inquirer').prompt({
type: 'confirm',

@@ -81,0 +80,0 @@ name: 'shouldRewrite',

@@ -7,4 +7,4 @@ /* eslint-disable no-console */

url: 'https://rfcs.emberjs.com/id/0774-implicit-record-route-loading',
default: false,
since: '5.8.0',
default: true,
since: '5.7.0',
};

@@ -6,3 +6,2 @@ /* eslint-disable no-console */

const fs = require('fs');
const inquirer = require('inquirer');
const glob = require('glob');

@@ -185,3 +184,3 @@ const mkdirp = require('mkdirp');

let response = await inquirer.prompt({
let response = await require('inquirer').prompt({
type: 'confirm',

@@ -188,0 +187,0 @@ name: 'shouldGenerate',

{
"name": "@ember/optional-features",
"version": "2.1.0",
"version": "2.2.0",
"description": "The default blueprint for ember-cli addons.",

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

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