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

@cloudquery/plugin-sdk-javascript

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudquery/plugin-sdk-javascript - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

2

dist/types/json.d.ts
import { Type, DataType } from '@apache-arrow/esnext-esm';
import type { ExtensionType } from './extensions.js';
export declare class JSONType extends DataType<Type.Binary> implements ExtensionType {
constructor();
get name(): string;
get metadata(): string;
get typeId(): Type.Binary;
toString(): string;
}
import { Type, DataType } from '@apache-arrow/esnext-esm';
export class JSONType extends DataType {
constructor() {
super(Type.Binary);
}
get name() {

@@ -9,5 +12,2 @@ return 'json';

}
get typeId() {
return Type.Binary;
}
toString() {

@@ -14,0 +14,0 @@ return this.name;

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

import { Type, FixedSizeBinary } from '@apache-arrow/esnext-esm';
import { FixedSizeBinary } from '@apache-arrow/esnext-esm';
import type { ExtensionType } from './extensions.js';

@@ -7,4 +7,3 @@ export declare class UUIDType extends FixedSizeBinary implements ExtensionType {

get metadata(): string;
get typeId(): Type.FixedSizeBinary;
toString(): string;
}

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

import { Type, FixedSizeBinary } from '@apache-arrow/esnext-esm';
import { FixedSizeBinary } from '@apache-arrow/esnext-esm';
export class UUIDType extends FixedSizeBinary {

@@ -12,5 +12,2 @@ constructor() {

}
get typeId() {
return Type.FixedSizeBinary;
}
toString() {

@@ -17,0 +14,0 @@ return this.name;

{
"name": "@cloudquery/plugin-sdk-javascript",
"version": "0.1.17",
"version": "0.1.18",
"files": [

@@ -56,3 +56,3 @@ "dist",

"@types/semver": "^7.5.8",
"@types/uuid": "^9.0.2",
"@types/uuid": "^10.0.0",
"@types/yargs": "^17.0.24",

@@ -92,4 +92,4 @@ "@typescript-eslint/eslint-plugin": "^7.0.0",

"dependencies": {
"@apache-arrow/esnext-esm": "^12.0.1",
"@cloudquery/plugin-pb-javascript": "^0.0.24",
"@apache-arrow/esnext-esm": "^17.0.0",
"@cloudquery/plugin-pb-javascript": "^0.0.25",
"@grpc/grpc-js": "^1.9.0",

@@ -100,3 +100,3 @@ "@types/luxon": "^3.3.1",

"dot-prop": "^9.0.0",
"execa": "^8.0.1",
"execa": "^9.0.0",
"luxon": "^3.4.0",

@@ -111,3 +111,3 @@ "matcher": "^5.0.0",

"semver": "^7.5.4",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"winston": "^3.10.0",

@@ -114,0 +114,0 @@ "winston-error-format": "^3.0.0",

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