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

unist-util-remove

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-remove - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

types/index.d.ts

12

package.json
{
"name": "unist-util-remove",
"version": "2.0.1",
"version": "2.1.0",
"description": "unist utility to remove nodes from a tree",

@@ -33,4 +33,6 @@ "license": "MIT",

"files": [
"index.js"
"index.js",
"types/index.d.ts"
],
"types": "types/index.d.ts",
"dependencies": {

@@ -40,2 +42,3 @@ "unist-util-is": "^4.0.0"

"devDependencies": {
"dtslint": "^4.0.0",
"nyc": "^15.0.0",

@@ -47,3 +50,3 @@ "prettier": "^2.0.0",

"unist-builder": "^2.0.0",
"xo": "^0.34.0"
"xo": "^0.38.0"
},

@@ -54,3 +57,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"
},

@@ -57,0 +61,0 @@ "nyc": {

@@ -114,5 +114,5 @@ # unist-util-remove

[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-filter.svg
[build-badge]: https://github.com/syntax-tree/unist-util-filter/workflows/main/badge.svg
[build]: https://travis-ci.org/syntax-tree/unist-util-filter
[build]: https://github.com/syntax-tree/unist-util-filter/actions

@@ -119,0 +119,0 @@ [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-filter.svg

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