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

@dataform/core

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataform/core - npm Package Compare versions

Comparing version 0.0.2-alpha.1 to 0.0.2-alpha.2

6

build/materialization.js

@@ -53,4 +53,6 @@ "use strict";

this.contextableQuery = null;
this.proto.where = context.apply(this.contextableWhere);
this.contextableWhere = null;
if (this.contextableWhere) {
this.proto.where = context.apply(this.contextableWhere);
this.contextableWhere = null;
}
if (this.contextablePres) {

@@ -57,0 +59,0 @@ var appliedPres = context.apply(this.contextablePres);

@@ -79,4 +79,6 @@ import { Dataform } from "./index";

this.proto.where = context.apply(this.contextableWhere);
this.contextableWhere = null;
if (this.contextableWhere) {
this.proto.where = context.apply(this.contextableWhere);
this.contextableWhere = null;
}

@@ -83,0 +85,0 @@ if (this.contextablePres) {

{
"name": "@dataform/core",
"version": "0.0.2-alpha.1",
"version": "0.0.2-alpha.2",
"description": "Dataform core API.",

@@ -8,3 +8,3 @@ "main": "build/index.js",

"dependencies": {
"@dataform/protos": "^0.0.2-alpha.1",
"@dataform/protos": "^0.0.2-alpha.2",
"protobufjs": "^6.8.8"

@@ -15,3 +15,3 @@ },

},
"gitHead": "7c4e07abfe257254944cbd285daa65d78c7eb00b"
"gitHead": "3f4b1319a4a0a536f5924f0da6e2c75c4a079cd0"
}

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