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

conjure-recipe-example-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conjure-recipe-example-api - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

conjure-examples-recipe-api/temperatureUnit.d.ts

1

conjure-examples-recipe-api/index.d.ts

@@ -7,1 +7,2 @@ export * from "./bakeStep";

export * from "./temperature";
export * from "./temperatureUnit";
export * from "./recipeBookService";
export * from "./recipeNotFound";
export * from "./recipeStep";
export * from "./temperatureUnit";

3

conjure-examples-recipe-api/temperature.d.ts

@@ -0,4 +1,5 @@

import { TemperatureUnit } from "./temperatureUnit";
export interface ITemperature {
'degree': number | "NaN";
'unit': string;
'unit': TemperatureUnit;
}
{
"name": "conjure-recipe-example-api",
"version": "0.3.1",
"version": "0.4.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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