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

@xyo-network/sdk-xyo-mongo-js

Package Overview
Dependencies
Maintainers
7
Versions
465
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/sdk-xyo-mongo-js - npm Package Compare versions

Comparing version 2.0.15 to 2.0.16

Base.d.ts

22

package.json
{
"name": "@xyo-network/sdk-xyo-mongo-js",
"version": "2.0.15",
"version": "2.0.16",
"homepage": "https://xyo.network",

@@ -21,8 +21,11 @@ "bugs": {

},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.js",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./index.d.js",
"exports": {
".": "./index.esm.js"
},
"sideEffects": false,
"dependencies": {
"@xyo-network/sdk-xyo-js": "^2.0.22",
"@xyo-network/sdk-xyo-js": "^2.1.6",
"async-mutex": "^0.3.1",

@@ -32,9 +35,10 @@ "mongodb": "^3.6.5"

"scripts": {
"build": "yarn deps && yarn lint && yarn compile",
"build": "rm -r -f dist && yarn deps && yarn lint && yarn compile && yarn copy-src",
"copy-src": "cp package.json ./dist && cp -R ./src/* ./dist",
"compile": "rollup -c rollup.config.ts",
"deploy": "yarn version --patch && yarn publish --access public",
"deploy": "yarn version --patch && yarn build && yarn publish ./dist --access public",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"fix": "eslint --ext .js,.jsx,.ts,.tsx ./src --fix",
"test": "jest",
"clean": "rm -f *.tsbuildinfo && rm -r -f ./build",
"clean": "rm -f *.tsbuildinfo && rm -r -f ./dist",
"reinstall": "rm -r -f ./node_modules && rm -f ./yarn.lock && rm -f ./yarn-error.log && yarn install && yarn outdated",

@@ -53,3 +57,3 @@ "tsprune": "yarn ts-prune",

"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-no-secrets": "^0.8.9",

@@ -56,0 +60,0 @@ "eslint-plugin-prettier": "^3.2.0",

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