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

@proscom/prostore-apollo

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/prostore-apollo - npm Package Compare versions

Comparing version 0.1.13 to 0.2.0

6

package.json
{
"name": "@proscom/prostore-apollo",
"version": "0.1.13",
"version": "0.2.0",
"description": "Adapter for prostore and apollo. Allows usage of graphql queries as a store",

@@ -29,3 +29,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

"dependencies": {
"@proscom/prostore": "^0.1.13",
"@proscom/prostore": "^0.2.0",
"tslib": "^2.0.3"

@@ -43,3 +43,3 @@ },

"sideEffects": false,
"gitHead": "3df77cce3fe186050039d517760d5c7bac7abd84"
"gitHead": "41002836cd640f25af46a1bf029b92ecf117c572"
}

@@ -100,4 +100,4 @@ import { from, Observable } from 'rxjs';

return from(wq).pipe(switchMap(async (result: any) => await this.mapData(result.data)));
return from(wq as any).pipe(switchMap(async (result: any) => await this.mapData(result.data)));
}
}

Sorry, the diff of this file is not supported yet

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