Socket
Socket
Sign inDemoInstall

create-app

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

create-app - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

5

lib/client/createApp.js

@@ -184,2 +184,7 @@ 'use strict';

}
}, {
key: 'getAllCache',
value: function getAllCache() {
return cache.getAll();
}
}]);

@@ -186,0 +191,0 @@

6

lib/share/util.js

@@ -63,3 +63,7 @@ 'use strict';

return { keys: keys, get: get, set: set, remove: remove };
function getAll() {
return cache;
}
return { keys: keys, get: get, set: set, remove: remove, getAll: getAll };
}

@@ -66,0 +70,0 @@

2

package.json
{
"name": "create-app",
"version": "0.5.0",
"version": "0.6.0",
"description": "configuring once, rendering both client and server.",

@@ -5,0 +5,0 @@ "browser": "lib/client/index.js",

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