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

instant-local-throwaway

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instant-local-throwaway - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/datalog.d.ts

4

dist/instant.d.ts

@@ -10,3 +10,5 @@ declare type Config = {

export declare function useInit(config: Config): boolean;
export declare function useQuery(_q: Object): any;
export declare function useQuery(_q: Object): {
[k: string]: any[];
};
export declare function save(...saveTransactions: any[]): void;

@@ -13,0 +15,0 @@ export declare function remove(...removeTransactions: any[]): void;

@@ -10,3 +10,5 @@ declare type Config = {

export declare function useInit(config: Config): boolean;
export declare function useQuery(_q: Object): any;
export declare function useQuery(_q: Object): {
[k: string]: any[];
};
export declare function save(...saveTransactions: any[]): void;

@@ -13,0 +15,0 @@ export declare function remove(...removeTransactions: any[]): void;

{
"name": "instant-local-throwaway",
"version": "1.0.5",
"version": "1.0.6",
"description": "This is an experiment for instant",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -16,4 +16,5 @@ {

"stripInternal": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"allowJs": true
}
}

Sorry, the diff of this file is not supported yet

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