Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ombori/grid-signals

Package Overview
Dependencies
Maintainers
18
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/grid-signals - npm Package Compare versions

Comparing version 2.194.1 to 2.194.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.194.2](https://github.com/ombori/gridapp/compare/v2.194.1...v2.194.2) (2022-03-29)
### Bug Fixes
* debug signals ([3647a80](https://github.com/ombori/gridapp/commit/3647a80bd64032e8a4ca1e58ed72855553a53647))
## [2.194.1](https://github.com/ombori/gridapp/compare/v2.194.0...v2.194.1) (2022-03-29)

@@ -8,0 +19,0 @@

5

dist/utils/fetch-data.js

@@ -22,3 +22,6 @@ "use strict";

})
.then((res) => res.json())
.then((res) => {
console.log('debug_res_signals:', res);
return res.json();
})
.then((res) => res);

@@ -25,0 +28,0 @@ });

4

package.json
{
"name": "@ombori/grid-signals",
"version": "2.194.1",
"version": "2.194.2",
"main": "dist/index.js",

@@ -35,3 +35,3 @@ "scripts": {

},
"gitHead": "af7ea8f5a186bd487367fe61a0c205cd6cabf3c4"
"gitHead": "7c60446a711c4e2aeb9e3e6aab3eab081e6d3b42"
}

@@ -18,4 +18,7 @@ import 'isomorphic-fetch';

})
.then((res) => res.json())
.then((res) => {
console.log('debug_res_signals:', res);
return res.json();
})
.then((res) => res as T);
}
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