Socket
Socket
Sign inDemoInstall

@atomly/data-structures-sdk

Package Overview
Dependencies
0
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3-alpha.0 to 1.0.4-alpha.0

2

dist/graph/index.js

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "@atomly/data-structures-sdk",
"version": "1.0.3-alpha.0",
"version": "1.0.4-alpha.0",
"description": "> TODO: description",

@@ -23,21 +23,21 @@ "author": "Robert Molina <rmolinamir@gmail.com>",

"watch": "tsc -b -w",
"test": "npx jest",
"test:watch": "npx jest --watch"
"test": "npx jest --runInBand",
"test:watch": "npx jest --watch --runInBand"
},
"devDependencies": {
"@types/faker": "^4.1.9",
"@types/jest": "^25.1.1",
"@types/uuid": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"faker": "^4.1.0",
"jest": "26.4.2",
"ts-jest": "26.2.0",
"typescript": "^3.7.5"
"@types/faker": "^5.1.7",
"@types/jest": "~26.0.20",
"@types/uuid": "~8.3.0",
"@typescript-eslint/eslint-plugin": "~4.18.0",
"@typescript-eslint/parser": "~4.18.0",
"eslint": "~7.22.0",
"eslint-config-prettier": "~8.1.0",
"eslint-plugin-jest": "~24.3.1",
"eslint-plugin-prettier": "~3.3.1",
"faker": "~5.4.0",
"jest": "~26.6.3",
"ts-jest": "~26.5.3",
"typescript": "~4.2.3"
},
"gitHead": "10607b88256a07ac70f4e22c3f6bdb73180b8548"
"gitHead": "ce56912bda30244900a0661ce00e27d5e0fd16ff"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc