babel-plugin-ember-modules-api-polyfill
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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" | ||
} | ||
} |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98022
12
4
1
Updatedember-rfc176-data@^0.2.7