js_builtin_general
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "js_builtin_general", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./src/index.js", | ||
"type": "module", | ||
"scripts": {}, | ||
@@ -6,0 +7,0 @@ "license": "MIT" |
@@ -1,2 +0,1 @@ | ||
import {stringify} from '../../../../../../../pkg/base/js/general/src'; | ||
@@ -7,3 +6,3 @@ export default () => { | ||
return ( | ||
stringify( | ||
JSON.stringify( | ||
this, | ||
@@ -10,0 +9,0 @@ null, |
@@ -1,10 +0,8 @@ | ||
import { stringify } from "../../../../../../../pkg/base/js/general/src"; | ||
export default () => { | ||
Object.prototype.toLocaleString = function() { | ||
return stringify(this, null, 2) | ||
return JSON.stringify(this, null, 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
Yes
929
27