Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sherifforg/types

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sherifforg/types - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+9
-7
package.json
{
"name": "@sherifforg/types",
"description": "Sheriff types.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",

@@ -21,7 +21,8 @@ "type": "module",

"devDependencies": {
"@types/node": "^20.10.6",
"publint": "^0.2.7",
"type-fest": "^4.9.0",
"typescript": "^5.4.5",
"tsconfig": "0.0.1"
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.14.10",
"publint": "^0.2.10",
"type-fest": "^4.21.0",
"typescript": "^5.5.3",
"tsconfig": "0.0.2"
},

@@ -54,4 +55,5 @@ "repository": {

"typecheck": "tsc --noEmit",
"publint": "publint"
"publint": "publint",
"are-the-types-wrong": "attw --pack ."
}
}

@@ -6,7 +6,2 @@ export interface NoRestrictedSyntaxSlice {

export interface NoRestrictedSyntaxOverride {
adjuncts: NoRestrictedSyntaxSlice[];
allows: string[];
}
export interface Entry {

@@ -124,6 +119,2 @@ ruleName: string;

files?: string[];
/**
* This setting allows you to override the default no-restricted-syntax rule configuration. You can add your own rules to the existing ones, or you can override the existing ones. You can also disable the existing ones by adding them to the allows array.
*/
noRestrictedSyntaxOverride?: NoRestrictedSyntaxOverride;
}

@@ -130,0 +121,0 @@