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

flat-tree-builder

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flat-tree-builder - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

package.json
{
"name": "flat-tree-builder",
"version": "1.5.1",
"version": "1.5.2",
"description": "A package for building tree structures from postgres ltree data",

@@ -5,0 +5,0 @@ "main": "classifier.mjs",

@@ -8,2 +8,3 @@ # Classifier

```console
npm i
npm t

@@ -34,3 +35,3 @@ ```

### Объект с параметрами
### Params object

@@ -44,3 +45,3 @@ - getUrl: url for get

## Пример
## Example

@@ -47,0 +48,0 @@ ```html

@@ -1037,3 +1037,9 @@ import Sortable from "sortablejs";

try {
const response = await fetch(this.getUrl);
this.getCsrfToken();
const response = await fetch(this.getUrl, {
headers: {
"Content-Type": "application/json",
"X-CSRF-Token": this.csrfToken,
},
});
if (response.ok) {

@@ -1040,0 +1046,0 @@ let json = await response.json();

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