🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

fordata

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fordata - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+1
-1
package.json
{
"name": "fordata",
"version": "1.0.7",
"version": "1.0.8",
"description": "Easy handle data by prototype for TreeData、Array、Date、Encode、String etc.",

@@ -5,0 +5,0 @@ "main": "index.js",

module.exports = class {
constructor() {
String.prototype.toBase64 = this.toBase64
String.prototype.toStr = this.toStr
String.prototype.toBase64 = this.toBase64
String.prototype.base64ToString = this.base64ToString
String.prototype.toEntity = this.toEntity

@@ -6,0 +7,0 @@ String.prototype.entityToString = this.entityToString