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

@sajari/sdk-node

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sajari/sdk-node - npm Package Compare versions

Comparing version 4.0.0-alpha.8 to 4.0.0-alpha.9

build/src/generated/model/batchCreateSchemaFieldsRequest 5.js

4

build/src/collections.test.js

@@ -11,5 +11,5 @@ "use strict";

const _1 = require(".");
jest.mock("../package.json", () => ({
jest.mock("./version", () => ({
version: "1.2.3-test",
}), { virtual: true });
}));
const createClient = () => new collections_1.CollectionsClient(collections_1.withKeyCredentials("test-key-id", "test-key-secret"));

@@ -16,0 +16,0 @@ const newId = () => `col-${ksuid_1.default.randomSync().string}`;

{
"name": "@sajari/sdk-node",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"repository": "git@github.com:github.com/sajari/sdk-node.git",

@@ -29,2 +29,3 @@ "author": "Sajari Pty Ltd",

"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"

@@ -34,3 +35,4 @@ },

"clean": "rimraf ./build",
"build": "tsc -p .",
"generate-version": "ts-node generate-version.ts",
"build": "npm run generate-version && tsc -p .",
"format": "prettier --write \"**/*.{js,json,md,ts,yaml}\"",

@@ -37,0 +39,0 @@ "setup-examples": "npm link && cd examples && npm install && npm link ../ && cd ../",

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