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

@based/types

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/types - npm Package Compare versions

Comparing version 1.0.1 to 2.2.0

9

dist/index.d.ts

@@ -27,2 +27,10 @@ /// <reference types="node" />

}
export declare type FunctionConfig = {
[name: string]: {
types?: any;
version: string;
observable: boolean;
shared: boolean;
};
};
export declare type Configuration = {

@@ -32,2 +40,3 @@ schema: {

};
functions: FunctionConfig;
dbs: string[];

@@ -34,0 +43,0 @@ };

6

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

9

package.json
{
"name": "@based/types",
"version": "1.0.1",
"version": "2.2.0",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"watch": "npm run build -- --watch"
"watch": "npm run build -- --watch",
"clean": "rimraf {.turbo,dist,node_modules}"
},

@@ -25,4 +27,5 @@ "sideEffects": false,

"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"typescript": "^4.3.5",
"rimraf": "^3.0.2"
}
}

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