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

js_builtin_general

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js_builtin_general - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

package.json
{
"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)
};
}
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