Comparing version 7.0.0 to 7.0.1
@@ -344,4 +344,5 @@ function ownKeys(object, enumerableOnly) { | ||
return true; | ||
} | ||
} // eslint-disable-next-line sonarjs/prefer-single-boolean-return -- Cleaner | ||
if (typeof b === 'function' && typeof Ctor.__typeson__type__ === 'string' && Ctor.__typeson__type__ === b.__typeson__type__) { | ||
@@ -348,0 +349,0 @@ return true; |
@@ -350,4 +350,5 @@ (function (global, factory) { | ||
return true; | ||
} | ||
} // eslint-disable-next-line sonarjs/prefer-single-boolean-return -- Cleaner | ||
if (typeof b === 'function' && typeof Ctor.__typeson__type__ === 'string' && Ctor.__typeson__type__ === b.__typeson__type__) { | ||
@@ -354,0 +355,0 @@ return true; |
{ | ||
"name": "typeson", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Preserves types over JSON, BSON or socket.io", | ||
@@ -11,5 +11,5 @@ "main": "./dist/typeson-commonjs2.min.cjs", | ||
".": { | ||
"browser": "./dist/typeson.umd.min.js", | ||
"import": "./dist/typeson.esm.min.js", | ||
"require": "./dist/typeson.umd.min.js" | ||
"require": "./dist/typeson.umd.min.js", | ||
"browser": "./dist/typeson.umd.min.js" | ||
} | ||
@@ -50,6 +50,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.4", | ||
"@babel/core": "^7.17.5", | ||
"@babel/preset-env": "^7.16.11", | ||
"@brettz9/eslint-plugin": "^1.0.4", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"babel-plugin-transform-async-to-promises": "^0.8.18", | ||
@@ -59,4 +59,4 @@ "base64-arraybuffer-es6": "^1.0.0", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.9.0", | ||
"eslint-config-ash-nazg": "32.4.0", | ||
"eslint": "^8.10.0", | ||
"eslint-config-ash-nazg": "32.5.0", | ||
"eslint-config-standard": "^16.0.3", | ||
@@ -70,3 +70,3 @@ "eslint-plugin-array-func": "^3.1.7", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jsdoc": "^37.9.2", | ||
"eslint-plugin-jsdoc": "^37.9.6", | ||
"eslint-plugin-markdown": "^2.2.1", | ||
@@ -77,9 +77,9 @@ "eslint-plugin-no-unsanitized": "^4.0.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-sonarjs": "^0.11.0", | ||
"eslint-plugin-sonarjs": "^0.12.0", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"eslint-plugin-unicorn": "^41.0.0", | ||
"http-server": "^14.1.0", | ||
"mocha": "^9.2.0", | ||
"mocha": "^9.2.1", | ||
"open-cli": "^7.0.1", | ||
"rollup": "2.67.2", | ||
"rollup": "2.69.0", | ||
"rollup-plugin-re": "^1.0.7", | ||
@@ -86,0 +86,0 @@ "rollup-plugin-terser": "^7.0.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
211141
0