Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement β†’
Sign In

@emdaer/plugin-import

Package Overview
Dependencies
Maintainers
4
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emdaer/plugin-import - npm Package Compare versions

Comparing version
2.4.0
to
3.0.0
+17
-0
CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

<a name="3.0.0"></a>
# [3.0.0](https://github.com/emdaer/emdaer/compare/v2.4.0...v3.0.0) (2018-05-11)
### Features
* simplify cli ([1ff54b9](https://github.com/emdaer/emdaer/commit/1ff54b9)), closes [#89](https://github.com/emdaer/emdaer/issues/89) [#96](https://github.com/emdaer/emdaer/issues/96)
### BREAKING CHANGES
* @emdaer/cli now prompts the user if a manual change to the compiled README is detected. Use --yes to skip the prompt and automatically overwrite the README
<a name="2.4.0"></a>

@@ -8,0 +25,0 @@ # [2.4.0](https://github.com/emdaer/emdaer/compare/v2.1.1...v2.4.0) (2018-04-29)

+3
-3
{
"name": "@emdaer/plugin-import",
"description": "An emdaer plugin that imports content from another file",
"version": "2.4.0",
"version": "3.0.0",
"repository": "emdaer/emdaer",

@@ -16,3 +16,3 @@ "homepage": "https://emdaer.me/",

"dependencies": {
"@emdaer/core": "^2.4.0",
"@emdaer/core": "^3.0.0",
"fs-extra": "3.0.1",

@@ -25,4 +25,4 @@ "lodash.get": "^4.4.2"

"devDependencies": {
"@emdaer/plugin-value-from-package": "^2.4.0"
"@emdaer/plugin-value-from-package": "^3.0.0"
}
}

@@ -7,2 +7,6 @@ <!--

<!--
emdaerHash:89922547eb3a3084ff88fe2c0558580d
-->
<h1 id="-emdaer-plugin-import-travis-documented-with-emdaer-maintained-with-lerna">@emdaer/plugin-import Β· <a href="https://travis-ci.org/emdaer/emdaer/"><img src="https://img.shields.io/travis/emdaer/emdaer.svg?style=flat-square" alt="Travis"></a> <a href="https://github.com/emdaer/emdaer"><img src="https://img.shields.io/badge/πŸ““-documented%20with%20emdaer-F06632.svg?style=flat-square" alt="Documented with emdaer"></a> <a href="https://lernajs.io/"><img src="https://img.shields.io/badge/πŸ‰-maintained%20with%20lerna-cc00ff.svg?style=flat-square" alt="Maintained with lerna"></a></h1>

@@ -9,0 +13,0 @@ <p>An emdaer plugin that imports content from another file</p>