New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@omotes/sdk

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

@omotes/sdk - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

4

package.json
{
"name": "@omotes/sdk",
"version": "0.0.2",
"version": "0.0.4",
"repository": {

@@ -13,3 +13,3 @@ "type": "git",

"tslib": "2.6.2",
"@omotes/proto": "0.0.2",
"@omotes/proto": "0.0.4",
"google-protobuf": "^3.21.2"

@@ -16,0 +16,0 @@ },

@@ -0,1 +1,2 @@

export * from '@omotes/proto';
export * from './lib/Job';

@@ -2,0 +3,0 @@ export * from './lib/OmotesSDK';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@omotes/proto"), exports);
tslib_1.__exportStar(require("./lib/Job"), exports);

@@ -5,0 +6,0 @@ tslib_1.__exportStar(require("./lib/OmotesSDK"), exports);

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