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

@squzy/core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squzy/core - npm Package Compare versions

Comparing version 0.0.10-alpha.0 to 0.1.0-alpha.0

4

package.json
{
"name": "@squzy/core",
"version": "0.0.10-alpha.0",
"version": "0.1.0-alpha.0",
"description": "Basic module Squzy",

@@ -33,3 +33,3 @@ "author": "Iurii Panarin <tduble94@gmail.com>",

},
"gitHead": "fd85a9ad4b4e780d5e2087389b52d6a9c0ea3510"
"gitHead": "c82daaf3630a859731d60ee97ec1e9e8f4f567c9"
}

@@ -1,11 +0,23 @@

# `core`
# @squzy/core
> TODO: description
Core package for transaction inside node applications
## Usage
## How to use
```bash
npm install @squzy/core --save
```
const core = require('core');
// TODO: DEMONSTRATE API
```
```typescript
import { createApplication, createTransaction, Type } from "@squzy/core"
const application = await createApplication({
apiHost: "http://localhost:8080",
name: "nodejs"
})
const transaction = createTransaction("do magic", Type.TRANSACTION_TYPE_INTERNAL, application)
transaction.end()
```
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