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

ember-angle-bracket-invocation-polyfill

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-angle-bracket-invocation-polyfill - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

RELEASE.md

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v3.0.0 (2020-10-09)
#### :boom: Breaking Change
* [#124](https://github.com/ember-polyfills/ember-angle-bracket-invocation-polyfill/pull/124) Drop Node < 10 support; Upgrade ember-cli-babel to v7 ([@nlfurniss](https://github.com/nlfurniss))
#### Committers: 1
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
## v2.1.0 (2020-06-05)

@@ -2,0 +11,0 @@

16

package.json
{
"name": "ember-angle-bracket-invocation-polyfill",
"version": "2.1.0",
"version": "3.0.0",
"description": "The default blueprint for ember-cli addons.",

@@ -24,3 +24,3 @@ "keywords": [

"dependencies": {
"ember-cli-babel": "^6.17.0",
"ember-cli-babel": "^7.0.0",
"ember-cli-version-checker": "^2.1.2",

@@ -60,7 +60,7 @@ "ember-compatibility-helpers": "^1.0.2",

"qunit-dom": "^0.6.2",
"release-it": "^12.0.1",
"release-it-lerna-changelog": "^1.0.2"
"release-it": "^14.0.2",
"release-it-lerna-changelog": "^2.4.0"
},
"engines": {
"node": "8.* || 10.* || >= 12.*"
"node": "10.* || >= 12.*"
},

@@ -77,3 +77,4 @@ "publishConfig": {

"release-it-lerna-changelog": {
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"launchEditor": true
}

@@ -85,5 +86,6 @@ },

"github": {
"release": true
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
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