Socket
Socket
Sign inDemoInstall

@rushstack/tree-pattern

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/tree-pattern - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.2.2",
"tag": "@rushstack/tree-pattern_v0.2.2",
"date": "Wed, 27 Oct 2021 00:08:15 GMT",
"comments": {
"patch": [
{
"comment": "Update the package.json repository field to include the directory property."
}
]
}
},
{
"version": "0.2.1",

@@ -7,0 +19,0 @@ "tag": "@rushstack/tree-pattern_v0.2.1",

9

CHANGELOG.md
# Change Log - @rushstack/tree-pattern
This log was last generated on Wed, 30 Sep 2020 18:39:17 GMT and should not be manually modified.
This log was last generated on Wed, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
## 0.2.2
Wed, 27 Oct 2021 00:08:15 GMT
### Patches
- Update the package.json repository field to include the directory property.
## 0.2.1

@@ -6,0 +13,0 @@ Wed, 30 Sep 2020 18:39:17 GMT

1

dist/tree-pattern.d.ts

@@ -7,3 +7,2 @@ /**

/**

@@ -10,0 +9,0 @@ * Provides additional detail about the success or failure of {@link TreePattern.match}.

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.10.0"
"packageVersion": "7.18.15"
}
]
}

@@ -12,3 +12,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -15,0 +15,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "@rushstack/tree-pattern",
"version": "0.2.1",
"description": "A fast, lightweight pattern matcher for tree structures such as an Abstract Syntax Tree (AST)",
"main": "lib/index.js",
"typings": "dist/tree-pattern.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/tree-pattern"
},
"scripts": {
"build": "heft test --clean"
},
"dependencies": {},
"devDependencies": {
"@rushstack/eslint-config": "2.1.2",
"@rushstack/heft": "0.14.0",
"@rushstack/heft-node-rig": "0.1.0",
"@types/heft-jest": "1.0.1",
"eslint": "~7.2.0",
"typescript": "~3.9.7"
}
"name": "@rushstack/tree-pattern",
"version": "0.2.2",
"description": "A fast, lightweight pattern matcher for tree structures such as an Abstract Syntax Tree (AST)",
"main": "lib/index.js",
"typings": "dist/tree-pattern.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/tree-pattern"
},
"scripts": {
"build": "heft test --clean"
},
"devDependencies": {
"@rushstack/eslint-config": "2.4.2",
"@rushstack/heft": "0.41.6",
"@rushstack/heft-node-rig": "1.2.25",
"@types/heft-jest": "1.0.1",
"eslint": "~7.30.0",
"typescript": "~4.4.2"
}
}
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