🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

chef-socket

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chef-socket - npm Package Compare versions

Comparing version

to
3.1.1

4

dist/index.d.ts

@@ -1,3 +0,3 @@

import { type Config, config } from "chef-core";
export { config, type Config };
import { type Config, config as baseConfig } from "chef-core";
export { baseConfig as config, type Config };
export declare function cook(

@@ -4,0 +4,0 @@ config?: Partial<Config>,

{
"name": "chef-socket",
"version": "3.1.0",
"version": "3.1.1",
"keywords": [

@@ -43,4 +43,6 @@ "chef-js",

"format": "prettier . --write",
"precommit": "yarn test && yarn build:docs && yarn format",
"amend": "yarn precommit && git commit -a --am --no-edit"
"lint": "eslint src --fix",
"precommit": "yarn lint && yarn test && yarn build:docs && yarn format",
"amend": "yarn precommit && git commit -a --am --no-edit",
"upgrade": "npx npm-check-updates -u -y && yarn add express@^4 --save && yarn add @types/express@^4 -D"
},

@@ -47,0 +49,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet