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

ctix

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctix - npm Package Compare versions

Comparing version

to
1.6.0

3

package.json
{
"name": "ctix",
"version": "1.5.5",
"version": "1.6.0",
"description": "Automatic create index.ts file",

@@ -79,2 +79,3 @@ "scripts": {

"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",

@@ -81,0 +82,0 @@ "eslint-plugin-prefer-arrow": "^1.2.3",

@@ -225,2 +225,12 @@ # ctix - Next generation Create TypeScript Index file

### Partial Ignore glob pattern (higher v1.6.x)
You can use glob pattern in partial ignore like that. Partial ignore follow [.gitignore spec 2.22.1](http://git-scm.com/docs/gitignore).
```jsonc
{
"case00?.ts": ["*Case00*"]
}
```
### ignore testcase

@@ -227,0 +237,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet