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.7-beta1 to 1.9.7-beta2

2

lib/datamodel.js

@@ -120,3 +120,3 @@ "use strict";

interface DB extends Database {
${indent(modelNames.map(name => `${JSON.stringify(name)}: Collection<${typeRef(name)}>;`))}
${indent(modelNames.map(name => `${safeProperty(name)}: Collection<${typeRef(name)}>;`))}
}

@@ -123,0 +123,0 @@

{
"name": "@journeyapps/cloudcode-build",
"version": "1.9.7-beta1",
"version": "1.9.7-beta2",
"main": "./lib/index.js",

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

],
"gitHead": "825341c721aa9d77eb92c777bb26939b3517417b"
"gitHead": "4e72108807d855e2c43d95d52ee49cca0b5806c6"
}

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