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.5-alpha.0 to 0.0.7-alpha.0

10

dist/lib/transaction/transaction.js

@@ -84,7 +84,9 @@ "use strict";

}
if (typeof parent === "string") {
parentId = parent;
}
else {
parentId = parent.getId();
if (typeof parent === "string") {
parentId = parent;
}
else {
parentId = parent.getId();
}
}

@@ -91,0 +93,0 @@ return new Transaction({

4

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

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

},
"gitHead": "a5c4f6f1a03b5b04a8307432f369fc5c1342489e"
"gitHead": "217430410218e35a63238394c24c3d85ff99714a"
}

Sorry, the diff of this file is not supported yet

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