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

supergloo

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supergloo - npm Package Compare versions

Comparing version 0.23.2 to 0.24.0

20

dist/supergloo.es.js

@@ -561,8 +561,8 @@ import es6Promise from 'es6-promise';

var name$27 = 'view';
var pluralName$27 = 'views';
var name$27 = 'user';
var pluralName$27 = 'users';
var defaultProperties$23 = ['id', 'viewable_id', 'viewable_type'];
var defaultProperties$23 = ['id', 'username', 'name'];
var view = Object.freeze({
var user = Object.freeze({
name: name$27,

@@ -573,4 +573,15 @@ pluralName: pluralName$27,

var name$28 = 'view';
var pluralName$28 = 'views';
var defaultProperties$24 = ['id', 'viewable_id', 'viewable_type'];
var view = Object.freeze({
name: name$28,
pluralName: pluralName$28,
defaultProperties: defaultProperties$24
});
var entities = Object.freeze({

@@ -604,2 +615,3 @@ audioCategory: audioCategory,

tree: treeEntity,
user: user,
view: view

@@ -606,0 +618,0 @@ });

2

package.json
{
"name": "supergloo",
"version": "0.23.2",
"version": "0.24.0",
"description": "Easily work with data on the Gloo platform",

@@ -5,0 +5,0 @@ "keywords": [

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