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
250
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.17 to 0.0.2-alpha.18

2

build/materialization.d.ts

@@ -31,3 +31,3 @@ import { Dataform } from "./index";

post(posts: MContextable<string | string[]>): this;
assert(query: MContextable<string | string[]>): void;
assert(query: MContextable<string | string[]>): this;
dependency(value: string | string[]): this;

@@ -34,0 +34,0 @@ schema(key: string, description?: string): any;

@@ -62,2 +62,3 @@ "use strict";

this.contextableAssertions.push(query);
return this;
}

@@ -85,2 +86,3 @@ dependency(value) {

}
return this;
}

@@ -87,0 +89,0 @@ compile() {

@@ -88,2 +88,3 @@ import { Dataform } from "./index";

this.contextableAssertions.push(query);
return this;
}

@@ -119,2 +120,3 @@

}
return this;
}

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

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

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

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

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

},
"gitHead": "c7fb4aa014addcb0e1aac3cda9287e35525a8429"
"gitHead": "872b5a7b391c21fa67f7e4fcdcd6579a7e79b316"
}

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