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

@control-api/users-ddb

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@control-api/users-ddb - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

lib/users/read/get-user-by-id.d.ts

1

lib/users/read/index.d.ts
export * from './get-user-by-email';
export * from './get-user-by-id';

@@ -18,2 +18,15 @@ "use strict";

});
});
var _getUserById = require("./get-user-by-id");
Object.keys(_getUserById).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _getUserById[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _getUserById[key];
}
});
});

2

package.json
{
"name": "@control-api/users-ddb",
"version": "1.0.4",
"version": "1.0.5",
"main": "lib/",

@@ -5,0 +5,0 @@ "license": "MIT",

export * from './get-user-by-email';
export * from './get-user-by-id';
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