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

@vue/apollo-ssr

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/apollo-ssr - npm Package Compare versions

Comparing version 4.0.0-alpha.15 to 4.0.0-alpha.16

4

dist/index.js

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

var state = client.cache.extract();
states["" + finalOptions.exportNamespace + key] = state;
states["".concat(finalOptions.exportNamespace).concat(key)] = state;
}

@@ -35,5 +35,5 @@ return states;

}, options);
return finalOptions.attachTo + "." + finalOptions.globalName + " = " + serializeStates(apolloClients, options) + ";";
return "".concat(finalOptions.attachTo, ".").concat(finalOptions.globalName, " = ").concat(serializeStates(apolloClients, options), ";");
}
exports.exportStates = exportStates;
//# sourceMappingURL=index.js.map
{
"name": "@vue/apollo-ssr",
"version": "4.0.0-alpha.15",
"version": "4.0.0-alpha.16",
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",

@@ -36,9 +36,8 @@ "repository": {

"dependencies": {
"serialize-javascript": "^5.0.1"
"serialize-javascript": "^6.0.0"
},
"devDependencies": {
"@types/serialize-javascript": "^4.0.0",
"typescript": "^4"
"@types/serialize-javascript": "^5.0.1"
},
"gitHead": "e952766bcf556791402fbaf90498fff7ef362d1f"
"gitHead": "cb0e79489177be4d4c90cbe8a442e812c194cb4a"
}

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