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

supergloo

Package Overview
Dependencies
Maintainers
1
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.8.0 to 0.9.0

9

dist/supergloo.es.js

@@ -202,2 +202,11 @@ import falcorPathParser from 'falcor-path-syntax';

_createClass(SuperGloo, [{
key: 'setModel',
value: function setModel(model) {
if (isNil(model)) {
throw new Error('When setting the model, the model cannot be null or undefined');
}
this.falcor = model;
}
}, {
key: 'getMany',

@@ -204,0 +213,0 @@ value: function getMany(entity) {

2

package.json
{
"name": "supergloo",
"version": "0.8.0",
"version": "0.9.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