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 5.1.9 to 5.1.10

8

index.js

@@ -34,3 +34,9 @@ /* jshint node: true */

importPolyfill: function(app) {
app.import('vendor/browser-polyfill.js', { prepend: true });
if (this.import) { // support for ember-cli >= 2.7
this.import('vendor/browser-polyfill.js', { prepend: true });
} else if (app.import) { // support ember-cli < 2.7
app.import('vendor/browser-polyfill.js', { prepend: true });
} else {
console.warn('Please run: ember install ember-cli-import-polyfill')
}
},

@@ -37,0 +43,0 @@

2

package.json
{
"name": "ember-cli-babel",
"version": "5.1.9",
"version": "5.1.10",
"directories": {

@@ -5,0 +5,0 @@ "doc": "doc",

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