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

@chisel/typescript

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chisel/typescript - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

2

analyzer/index.ts

@@ -20,3 +20,2 @@ export {

QueryResult,
Utility,
DoneFunction

@@ -66,3 +65,2 @@ } from '../shared';

databaseList: () => string[];
util: Utility;
predicates: QueryPredicates;

@@ -69,0 +67,0 @@ newReport: (title: string, description?: string) => ReportRef;

7

package.json
{
"name": "@chisel/typescript",
"version": "0.0.37",
"version": "0.0.38",
"description": "Chisel Data Integration Platform TypeScript Essentials.",

@@ -26,3 +26,6 @@ "main": "index.js",

},
"homepage": "https://github.com/chisel/chisel-ts#readme"
"homepage": "https://github.com/chisel/chisel-ts#readme",
"dependencies": {
"@types/node": "^11.10.4"
}
}

@@ -20,3 +20,2 @@ export {

QueryResult,
Utility,
DoneFunction

@@ -70,4 +69,7 @@ } from '../shared';

mutators: DataMutators;
util: Utility;
predicates: QueryPredicates;
getFile: (name: string, text?: boolean) => Promise<string|Buffer>;
deleteFile: (name: string) => Promise<void>;
listFiles: () => string[];
renameFile: (name: string, newName: string) => Promise<void>;

@@ -74,0 +76,0 @@ }

@@ -82,2 +82,3 @@ export { Logger, Colors, MicrosetRef, DoneFunction } from '../shared';

databaseList: () => string[];
getFile: (name: string, text?: boolean) => Promise<string|Buffer>;

@@ -84,0 +85,0 @@ }

@@ -31,2 +31,3 @@ export interface Logger {

microsetList: () => string[];
util: Utility;

@@ -107,2 +108,3 @@ }

enrichedNameData: (enrichedName: string) => EnrichedNameData;
unzip: (data: string|Buffer) => Promise<Buffer>;

@@ -109,0 +111,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