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

uranio

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uranio - npm Package Compare versions

Comparing version 0.1.5 to 0.1.7

.uranio/package.json

2

dist/bin.js

@@ -10,5 +10,5 @@ #!/usr/bin/env node

const index_1 = require("./generate/index");
const tsconfig_path = `/home/x71c9/repos/uranio/builder/tsconfig.json`;
const tsconfig_path = `/Users/x71c9/repos/uranio/builder/tsconfig.json`;
const response = (0, index_1.generate)(tsconfig_path);
log.debug(response);
//# sourceMappingURL=bin.js.map
{
"name": "uranio",
"version": "0.1.5",
"version": "0.1.7",
"description": "Uranio is a type-safe ODM for MongoDB",

@@ -42,4 +42,4 @@ "main": "dist/index.js",

"i0n": "^0.7.3",
"plutonio": "^0.2.2"
"plutonio": "^0.4.1"
}
}

@@ -6,4 +6,4 @@ #!/usr/bin/env node

import {generate} from './generate/index';
const tsconfig_path = `/home/x71c9/repos/uranio/builder/tsconfig.json`;
const tsconfig_path = `/Users/x71c9/repos/uranio/builder/tsconfig.json`;
const response = generate(tsconfig_path);
log.debug(response);

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