Socket
Socket
Sign inDemoInstall

defer-to-connect

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

dist/index.d.ts

60

package.json
{
"name": "defer-to-connect",
"version": "1.1.2",
"version": "1.1.3",
"description": "The safe way to handle the `connect` socket event",
"main": "dist/source",
"main": "dist",
"files": [
"dist/source"
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "del-cli dist && tsc",
"prepare": "npm run build",
"test": "xo && tsc --noEmit && nyc ava",
"prepublishOnly": "npm run build",
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"

@@ -37,24 +34,24 @@ },

"ts"
]
],
"rules": {
"ava/no-ignored-test-files": "off"
}
},
"devDependencies": {
"@ava/typescript": "^1.0.0",
"@sindresorhus/tsconfig": "^0.7.0",
"@types/node": "^13.5.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"ava": "^3.1.0",
"coveralls": "^3.0.9",
"@sindresorhus/tsconfig": "^0.5.0",
"@types/node": "^12.12.4",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"ava": "^2.1.0",
"coveralls": "^3.0.7",
"create-cert": "^1.0.6",
"del-cli": "^3.0.0",
"eslint-config-xo-typescript": "^0.24.1",
"nyc": "^15.0.0",
"eslint-config-xo-typescript": "^0.15.0",
"nyc": "^14.0.0",
"p-event": "^4.1.0",
"typescript": "^3.7.5",
"ts-node": "^8.1.0",
"typescript": "^3.6.4",
"xo": "^0.25.3"
},
"nyc": {
"include": [
"dist/source"
],
"extension": [

@@ -65,12 +62,15 @@ ".ts"

"ava": {
"files": [
"!**/*.d.ts"
"babel": false,
"compileEnhancements": false,
"extensions": [
"ts"
],
"typescript": {
"rewritePaths": {
"tests/": "dist/tests/"
}
}
"require": [
"ts-node/register"
],
"files": [
"!dist/tests/test.d.ts"
]
},
"types": "dist/source"
"types": "dist"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc