New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/content

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/content - npm Package Compare versions

Comparing version

to
1.8.1

11

CHANGELOG.md

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

## [1.8.1](https://github.com/nuxt/content/compare/@nuxt/content@1.8.0...@nuxt/content@1.8.1) (2020-09-03)
### Bug Fixes
* add other missing dependencies ([39fd508](https://github.com/nuxt/content/commit/39fd5081e277dffd4f4aaff82207fb43e135c53f))
# [1.8.0](https://github.com/nuxt/content/compare/@nuxt/content@1.7.1...@nuxt/content@1.8.0) (2020-09-03)

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

7

package.json
{
"name": "@nuxt/content",
"version": "1.8.0",
"version": "1.8.1",
"repository": "nuxt/content",

@@ -33,2 +33,3 @@ "license": "MIT",

"js-yaml": "3.14.0",
"mdast-util-to-hast": "^9.1.1",
"mkdirp": "^1.0.4",

@@ -39,2 +40,3 @@ "node-req": "^2.1.2",

"prismjs": "^1.21.0",
"property-information": "^5.5.0",
"rehype-raw": "^4.0.2",

@@ -51,2 +53,3 @@ "rehype-sort-attribute-values": "^3.0.2",

"unified": "^9.2.0",
"unist-builder": "^2.0.3",
"ws": "^7.3.1",

@@ -58,3 +61,3 @@ "xml2js": "^0.4.23"

},
"gitHead": "50de6cde98f521044da80bd8b1558f70e16fb815"
"gitHead": "692efb23183743885b92ac8afa523cf636518b21"
}