New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crud-json-array

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crud-json-array - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

js-dist/create.js

@@ -83,2 +83,6 @@ "use strict";

};
Create.prototype.get_table_full_path_name = function () {
// returns this path and table name
return this.full_table_name;
};
return Create;

@@ -85,0 +89,0 @@ }());

2

package.json
{
"name": "crud-json-array",
"version": "0.0.3",
"version": "0.0.4",
"description": "This module is creating manipulating JSON array. That is create table, insert, update, select and delete. useful for small data",

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

@@ -87,3 +87,3 @@ # crud-json-array

```
curDb.get_table_full_path_name
curDb.get_table_full_path_name();
```

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