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

@sgorg/datawarehouse-common

Package Overview
Dependencies
Maintainers
41
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgorg/datawarehouse-common - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

dist/types/group.d.ts

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.3.0](https://src.softgames.de/dw/datawarehouse-common/compare/v1.2.0...v1.3.0) (2021-10-26)
### Features
* added new group types and optional groups property to user type ([76adcc9](https://src.softgames.de/dw/datawarehouse-common/commit/76adcc96c1ba56ce8b353644e4f1038318f8efd0))
# [1.2.0](https://src.softgames.de/dw/datawarehouse-common/compare/v1.1.8...v1.2.0) (2021-10-19)

@@ -2,0 +9,0 @@

1

dist/types/user.d.ts

@@ -7,4 +7,5 @@ import Policy from './policy';

name: DataWarehouseUserName;
groups?: Array<string>;
policies?: Array<Policy>;
}
export { DataWarehouseUser, DataWarehouseUserName };

2

package.json
{
"name": "@sgorg/datawarehouse-common",
"version": "1.2.0",
"version": "1.3.0",
"description": "Project to share constants and configuration across iac projects",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

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