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

unist-util-is

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unist-util-is - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

20

package.json
{
"name": "unist-util-is",
"version": "4.0.0",
"version": "4.0.1",
"description": "Utility to check if a node passes a test",

@@ -18,5 +18,10 @@ "license": "MIT",

"bugs": "https://github.com/syntax-tree/unist-util-is/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"Christian Murphy <christian.murphy.42@gmail.com>"
],

@@ -32,4 +37,5 @@ "files": [

"devDependencies": {
"@types/mdast": "^3.0.3",
"browserify": "^16.0.0",
"dtslint": "^0.9.0",
"dtslint": "^2.0.0",
"nyc": "^14.0.0",

@@ -41,5 +47,4 @@ "prettier": "^1.0.0",

"tinyify": "^2.0.0",
"typescript": "^3.5.3",
"unified": "^8.3.2",
"xo": "^0.24.0"
"unified": "^8.0.0",
"xo": "^0.25.0"
},

@@ -68,3 +73,4 @@ "scripts": {

"rules": {
"unicorn/prefer-type-error": "off"
"unicorn/prefer-type-error": "off",
"unicorn/prefer-reflect-apply": "off"
},

@@ -71,0 +77,0 @@ "ignore": [

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