You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@onereach/types-contacts-api

Package Overview
Dependencies
0
Maintainers
2
Versions
600
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.16.2-beta.2769.0 to 5.16.2

1

dist/cjs/index.d.ts

@@ -319,2 +319,1 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>;

export {};
export const DB_ACTUAL_VERSION = '1';

@@ -36,2 +36,1 @@ "use strict";

})(SharedBookStatus = exports.SharedBookStatus || (exports.SharedBookStatus = {}));
exports.DB_ACTUAL_VERSION = '1';

@@ -319,2 +319,1 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>;

export {};
export const DB_ACTUAL_VERSION = '1';

@@ -33,2 +33,1 @@ export var BatchProcessStatus;

})(SharedBookStatus || (SharedBookStatus = {}));
export var DB_ACTUAL_VERSION = '1';

9

package.json
{
"name": "@onereach/types-contacts-api",
"description": "Generated types for Contacts Api",
"version": "5.16.2-beta.2769.0",
"version": "5.16.2",
"author": "OneReach.ai",

@@ -18,12 +18,11 @@ "main": "dist/cjs/index.js",

"generate": "ts-node ./src/generate-types.ts",
"build:db-versions": "ts-node --project tsconfig.scripts.json ./scripts/inject-versions.ts",
"build:types": "pnpm generate && pnpm build && pnpm build:db-versions"
"build:types": "pnpm generate && pnpm build"
},
"devDependencies": {
"@types/node": "18.11.10",
"js-yaml": "^4.1.0",
"rimraf": "5.0.1",
"ts-morph": "17.0.1",
"ts-node": "10.9.1"
}
},
"gitHead": "59ecf2e16770c0ed9a3e4c2a8055974755f486a7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc