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

@journeyapps/cloudcode-build

Package Overview
Dependencies
Maintainers
2
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/cloudcode-build - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4-dev.b9d306b.444d8c2

2

lib/datamodel.d.ts

@@ -1,2 +0,2 @@

import { Schema } from 'journeyapps/lib/app/schema';
import { Schema } from '@journeyapps/parser-schema';
export declare function schemaToDefinitions(schema: Schema): string;

@@ -85,11 +85,3 @@ "use strict";

import {
Database,
Collection,
DatabaseObject,
Query
} from "journeyapps/lib/db/database";
import { Day } from "journeyapps/lib/db/Day";
import { Attachment } from "journeyapps/lib/db/Attachment";
import { Location } from "journeyapps/lib/db/Location";
import { Database, Query, Collection, DatabaseObject, Attachment, Location, Day } from '@journeyapps/db';

@@ -96,0 +88,0 @@ interface DB extends Database {

@@ -11,3 +11,4 @@ "use strict";

const fs = require("fs");
const app_1 = require("journeyapps/lib/app");
const parser_schema_1 = require("@journeyapps/parser-schema");
const parser_common_1 = require("@journeyapps/parser-common");
const DEFAULT_OPTIONS = {

@@ -25,4 +26,4 @@ datamodel: '../../schema.xml'

const data = await fs.readFileSync(datamodelPath, 'utf-8');
const schema = new app_1.Schema();
schema.loadXml(data, { apiVersion: new app_1.Version('4.0') });
const schema = new parser_schema_1.Schema();
schema.loadXml(data, { apiVersion: new parser_common_1.Version('4.0') });
const ts = await datamodel_1.schemaToDefinitions(schema);

@@ -29,0 +30,0 @@ const dir = path.dirname(outPath);

{
"name": "@journeyapps/cloudcode-build",
"version": "1.9.3",
"version": "1.9.4-dev.b9d306b.444d8c2",
"main": "./lib/index.js",

@@ -15,3 +15,3 @@ "license": "MIT",

"dependencies": {
"journeyapps": "2.26.1",
"@journeyapps/parser-schema": "2.30.1-dev.01d68aa.ebdb619",
"typescript": "^3.5.3",

@@ -21,2 +21,3 @@ "yargs": "^13.3.0"

"devDependencies": {
"@journeyapps/db": "2.30.1-dev.01d68aa.ebdb619",
"@types/yargs": "^13.0.2",

@@ -32,3 +33,3 @@ "expect.js": "^0.3.1",

],
"gitHead": "dc178f054e57d678969d0ae55bff79353604cd35"
"gitHead": "cca5d880f692ac867cce34baac520e2bb612d19c"
}

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