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

@natyapp/meta

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@natyapp/meta - npm Package Compare versions

Comparing version 1.5.7 to 1.5.8

2

dist/services/mutations/connection.js

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

insert: async (connection) => {
console.log("connection.insert:", axiosInstances_1.api);
const call = await axiosInstances_1.api.post(`/connections`, connection);

@@ -27,2 +28,3 @@ if (!call.data)

getAll: async (props) => {
console.log("connection.getAll:", axiosInstances_1.api);
const call = await axiosInstances_1.api.get(`/connections`, { params: props });

@@ -29,0 +31,0 @@ if (!call.data)

2

package.json
{
"name": "@natyapp/meta",
"version": "1.5.7",
"version": "1.5.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/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