Socket
Socket
Sign inDemoInstall

resolve-subscribe-socket.io

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-subscribe-socket.io - npm Package Compare versions

Comparing version 0.14.4 to 0.15.0

lib/client/constants.js

12

package.json
{
"name": "resolve-subscribe-socket.io",
"version": "0.14.4",
"version": "0.15.0",
"description": "This package serves as an adapter for resolve-redux subscribe to events.",

@@ -8,4 +8,4 @@ "engines": {

},
"main": "./dist/create_server_adapter.js",
"browser": "./dist/create_client_adapter.js",
"main": "./lib/server/index.js",
"browser": "./lib/client/index.js",
"bugs": {

@@ -15,3 +15,5 @@ "url": "https://github.com/reimagined/resolve/issues"

"scripts": {
"prepare": "babel --config-file=../../../../.babelrc --source-maps --out-dir ./dist ./src",
"compile": "npm run build:client && npm run build:server",
"build:client": "cross-env MODULE_TYPE=cjs MODULE_TARGET=client babel --config-file=../../../../babel.config.js --source-maps --out-dir ./lib/client ./src/client",
"build:server": "cross-env MODULE_TYPE=cjs MODULE_TARGET=server babel --config-file=../../../../babel.config.js --source-maps --out-dir ./lib/server ./src/server",
"test": "jest --config=../../../../jest.config.js --verbose",

@@ -34,5 +36,5 @@ "testw": "jest --config=../../../../jest.config.js --watchAll"

"devDependencies": {
"jest": "23.4.2"
"jest": "23.6.0"
},
"homepage": "https://github.com/reimagined/resolve/tree/master/packages/adapters/subscribe-adapters/resolve-subscribe-socket.io#readme"
}
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