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

awilix-router-core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awilix-router-core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

3

lib/state-util.js

@@ -121,3 +121,4 @@ "use strict";

function getState(target) {
return (target.prototype ? target.prototype[symbols_1.STATE] : target[symbols_1.STATE]) || null;
return ((target && (target.prototype ? target.prototype[symbols_1.STATE] : target[symbols_1.STATE])) ||
null);
}

@@ -124,0 +125,0 @@ exports.getState = getState;

{
"name": "awilix-router-core",
"version": "1.6.0",
"version": "1.6.1",
"description": "",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

"@types/glob": "^7.1.1",
"@types/jest": "^23.3.12",
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",

@@ -56,3 +56,3 @@ "@types/prettier": "^1.15.2",

"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"prettier": "^1.16.1",
"rimraf": "^2.6.3",

@@ -65,3 +65,3 @@ "semantic-release": "^15.13.3",

"tslint-config-standard": "^8.0.1",
"typescript": "^3.2.2"
"typescript": "^3.2.4"
},

@@ -68,0 +68,0 @@ "lint-staged": {

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