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.1.8 to 1.2.0

7

CHANGELOG.md

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

# [1.2.0](https://src.softgames.de/dw/datawarehouse-common/compare/v1.1.8...v1.2.0) (2021-10-19)
### Features
* moved policies to common users because of user policy attachments limitations ([44b75f4](https://src.softgames.de/dw/datawarehouse-common/commit/44b75f494f630fdc19152f4c9335a600c5d148d3))
## [1.1.8](https://src.softgames.de/dw/datawarehouse-common/compare/v1.1.7...v1.1.8) (2021-10-15)

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

2

dist/types/user.d.ts

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

import Policy from './policy';
declare enum DataWarehouseUserName {

@@ -6,3 +7,4 @@ GITLAB_DEPLOY = "gitlab-deploy"

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

2

package.json
{
"name": "@sgorg/datawarehouse-common",
"version": "1.1.8",
"version": "1.2.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