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

@emdaer/meta

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emdaer/meta - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

9

CHANGELOG.md

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

<a name="2.1.1"></a>
## [2.1.1](https://github.com/emdaer/emdaer/compare/v2.1.0...v2.1.1) (2018-04-29)
**Note:** Version bump only for package @emdaer/meta
<a name="2.1.0"></a>

@@ -8,0 +17,0 @@ # [2.1.0](https://github.com/emdaer/emdaer/compare/v2.0.3...v2.1.0) (2018-04-29)

2

package.json
{
"name": "@emdaer/meta",
"description": "An emdaer package that exports shared meta info about emdaer",
"version": "2.1.0",
"version": "2.1.1",
"repository": "emdaer/emdaer",

@@ -6,0 +6,0 @@ "homepage": "https://emdaer.me/",

@@ -48,8 +48,12 @@ ## How emdaer works

<details>
<summary>Help</summary>
The first plugin call is to [@emdaer/plugin-value-from-package](/emdaer/emdaer/blob/master/packages/plugin-value-from-package). It is used to get the value of `name` from `package.json`. That way if your project name change, so does your README.
The second plugin call is to [@emdaer/plugin-import](/emdaer/emdaer/blob/master/packages/plugin-import). It is used to import a function called `printThrice` and executing it with the argument `Hey`, printing it three times. The `path` parameter can be any node modules that exports a string, exports a function that returns a string, or exports a funciton that returns a promise that resolves to a string.
The third emdaer call is to [@emdaer/transform-prettier](/emdaer/emdaer/blob/master/packages/transform-prettier). It will format your README with the given options so you don't have to.
<summary>❓ Help</summary>
<blockquote>
The first plugin call is to [@emdaer/plugin-value-from-package](/emdaer/emdaer/blob/master/packages/plugin-value-from-package). It is used to get the value of `name` from `package.json`. That way if your project name change, so does your README.
</blockquote>
<blockquote>
The second plugin call is to [@emdaer/plugin-import](/emdaer/emdaer/blob/master/packages/plugin-import). It is used to import a function called `printThrice` and executing it with the argument `Hey`, printing it three times. The `path` parameter can be any node modules that exports a string, exports a function that returns a string, or exports a funciton that returns a promise that resolves to a string.
</blockquote>
<blockquote>
The third emdaer call is to [@emdaer/transform-prettier](/emdaer/emdaer/blob/master/packages/transform-prettier). It will format your README with the given options so you don't have to.
</blockquote>
</details>

@@ -56,0 +60,0 @@

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