Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 0.0.6

24

index.js
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
exports.__esModule = true;
var imp = require("./js-dist/create");
var CRUD = /** @class */ (function (_super) {
__extends(CRUD, _super);
function CRUD() {
return _super.call(this) || this;
Object.defineProperty(exports, "__esModule", { value: true });
const imp = require("./js-dist/create");
class CRUD extends imp.Create {
constructor() {
super();
}
return CRUD;
}(imp.Create));
}
exports.CRUD = CRUD;

@@ -72,3 +72,2 @@ "use strict";

let curIndexRow = this.find_one_row(find);
console.log(curIndexRow[0]);
let array = this.table;

@@ -75,0 +74,0 @@ array.splice(curIndexRow[0], 1);

{
"name": "crud-json-array",
"version": "0.0.5",
"version": "0.0.6",
"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",

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