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

babel-plugin-ember-modules-api-polyfill

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-ember-modules-api-polyfill - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

21

package.json
{
"name": "babel-plugin-ember-modules-api-polyfill",
"version": "2.0.0",
"version": "2.0.1",
"description": "Polyfill for Ember JS API.",
"main": "src/index.js",
"scripts": {
"changelog": "lerna-changelog",
"test": "qunit tests/**/*-test.js",

@@ -17,2 +18,3 @@ "start": "qunit --watch tests/**/*-test.js"

"babel-core": "^6.25.0",
"lerna-changelog": "^0.6.0",
"qunit-eslint": "^1.0.0",

@@ -22,3 +24,3 @@ "qunitjs": "^2.3.3"

"dependencies": {
"ember-rfc176-data": "^0.2.0"
"ember-rfc176-data": "^0.2.7"
},

@@ -35,3 +37,16 @@ "directories": {

},
"homepage": "https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill#readme"
"homepage": "https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill#readme",
"changelog": {
"repo": "ember-cli/babel-plugin-ember-modules-api-polyfill",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"publishConfig": {
"tag": "latest"
}
}

2

README.md

@@ -5,3 +5,3 @@ # babel-plugin-ember-modules-api-polyfill

> This plugin transforms [Javscript modules API](https://github.com/emberjs/rfcs/blob/master/text/0176-javascript-module-api.md) import statements
> This plugin transforms [JavaScript modules API](https://github.com/emberjs/rfcs/blob/master/text/0176-javascript-module-api.md) import statements
> back to the legacy "global" ember object syntax

@@ -8,0 +8,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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