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

@nuclia/core

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuclia/core - npm Package Compare versions

Comparing version 1.14.4 to 1.14.5

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 1.14.5 (2024-04-08)
### Improvements
- Support security groups when creating a resource.
# 1.14.4 (2024-04-05)

@@ -2,0 +8,0 @@

1

esm/libs/sdk-core/src/lib/db/resource/resource.models.d.ts

@@ -64,2 +64,3 @@ export interface IResource {

};
security?: Security;
}

@@ -66,0 +67,0 @@ export declare enum FIELD_TYPE {

2

package.json
{
"name": "@nuclia/core",
"version": "1.14.4",
"version": "1.14.5",
"description": "SDK allowing to integrate Nuclia services in your frontend application",

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

@@ -64,2 +64,3 @@ export interface IResource {

};
security?: Security;
}

@@ -66,0 +67,0 @@ export declare enum FIELD_TYPE {

Sorry, the diff of this file is too big to display

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