Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contract-case/case-core-plugin-http-dsl

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contract-case/case-core-plugin-http-dsl - npm Package Compare versions

Comparing version 0.17.1 to 0.18.0

4

dist/src/mocks/setup.types.d.ts

@@ -6,5 +6,3 @@ import { BaseSetupInfo, HasTypeForMockDescriptor } from '@contract-case/case-plugin-dsl-types';

export type AllHttpMockDescriptors = ConsumeHttpResponse | ProduceHttpResponse;
export type HttpRequestConsumerSetup = HasTypeForMockDescriptor<typeof MOCK_HTTP_SERVER> & BaseSetupInfo & {
baseUrl: string;
};
export type HttpRequestConsumerSetup = HasTypeForMockDescriptor<typeof MOCK_HTTP_SERVER> & BaseSetupInfo;
export type HttpRequestProducerSetup = HasTypeForMockDescriptor<typeof MOCK_HTTP_CLIENT> & BaseSetupInfo;

@@ -11,0 +9,0 @@ export type ArbitraryConfig<T extends HttpMockDescriptorTypes> = BaseSetupInfo & {

{
"name": "@contract-case/case-core-plugin-http-dsl",
"version": "0.17.1",
"version": "0.18.0",
"description": "ContractCase HTTP plugin CaseExample definition DSL",

@@ -62,3 +62,3 @@ "keywords": [

"rimraf": "^6.0.1",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",

@@ -68,5 +68,5 @@ "typescript": "5.5.4"

"dependencies": {
"@contract-case/case-plugin-dsl-types": "^0.17.1"
"@contract-case/case-plugin-dsl-types": "^0.18.0"
},
"gitHead": "0fdf25453a567bc6433834374725954e3d2ff206"
"gitHead": "9d63acd9233bdfcf1d0933517547faedaa6dc860"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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