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

conjure-api

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conjure-api - npm Package Compare versions

Comparing version 4.7.0 to 4.8.0

1

conjure-spec/enumValueDefinition.d.ts
export interface IEnumValueDefinition {
'value': string;
'docs'?: string | null;
'deprecated'?: string | null;
}

@@ -6,2 +6,3 @@ import * as IType from "./type";

'docs'?: string | null;
'deprecated'?: string | null;
}

8

package.json
{
"name": "conjure-api",
"version": "4.7.0",
"version": "4.8.0",
"main": "index.js",

@@ -12,7 +12,7 @@ "types": "index.d.ts",

"peerDependencies": {
"conjure-client": "^1.3.2"
"conjure-client": "^2.0.0"
},
"devDependencies": {
"conjure-client": "^1.3.2",
"typescript": "~2.9.2"
"conjure-client": "^2.0.0",
"typescript": "~3.2.0"
},

@@ -19,0 +19,0 @@ "author": "Conjure",

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