Socket
Socket
Sign inDemoInstall

unist-util-map

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unist-util-map - npm Package Compare versions

Comparing version 1.0.5 to 2.0.0

types/index.d.ts

21

package.json
{
"name": "unist-util-map",
"version": "1.0.5",
"version": "2.0.0",
"description": "Create a new Unist tree with all nodes that mapped by the provided function",

@@ -18,18 +18,24 @@ "license": "MIT",

"azu <azuciao@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"Christian Murphy <christian.murphy.42@gmail.com>"
],
"files": [
"index.js"
"index.js",
"types/index.d.ts"
],
"types": "types/index.d.ts",
"dependencies": {
"@types/mdast": "^3.0.3",
"object-assign": "^4.0.1"
},
"devDependencies": {
"dtslint": "^0.9.9",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.10.1",
"unist-builder": "^1.0.3",
"xo": "^0.24.0"
"unist-util-is": "^4.0.0",
"xo": "^0.25.0"
},

@@ -40,3 +46,4 @@ "scripts": {

"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run format && npm run test-coverage"
"test-types": "dtslint types",
"test": "npm run format && npm run test-coverage && npm run test-types"
},

@@ -43,0 +50,0 @@ "nyc": {

@@ -7,2 +7,5 @@ # unist-util-map

[![Size][size-badge]][size]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
[![Chat][chat-badge]][chat]

@@ -119,18 +122,28 @@ [**unist**][unist] utility to create a new [tree][] by mapping all [node][]s

[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-find-all-after.svg
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-map.svg
[build]: https://travis-ci.org/syntax-tree/unist-util-find-all-after
[build]: https://travis-ci.org/syntax-tree/unist-util-map
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-all-after.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-map.svg
[coverage]: https://codecov.io/github/syntax-tree/unist-util-find-all-after
[coverage]: https://codecov.io/github/syntax-tree/unist-util-map
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-find-all-after.svg
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-map.svg
[downloads]: https://www.npmjs.com/package/unist-util-find-all-after
[downloads]: https://www.npmjs.com/package/unist-util-map
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-find-all-after.svg
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-map.svg
[size]: https://bundlephobia.com/result?p=unist-util-find-all-after
[size]: https://bundlephobia.com/result?p=unist-util-map
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[collective]: https://opencollective.com/unified
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://spectrum.chat/unified/syntax-tree
[npm]: https://docs.npmjs.com/cli/install

@@ -137,0 +150,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