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

mongo-iots-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-iots-wrapper - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/Collection.d.ts

4

lib/Index.ts

@@ -6,3 +6,3 @@ import { Db } from 'mongodb';

type DefineStructure = {
export type DefineStructure = {
/**

@@ -25,3 +25,3 @@ * Collections consist from documents

type Structure<Definition extends DefineStructure, Collections = Definition['Collections']> = Readonly<{
export type Structure<Definition extends DefineStructure, Collections = Definition['Collections']> = Readonly<{
/**

@@ -28,0 +28,0 @@ * Collections consist from documents

{
"name": "mongo-iots-wrapper",
"version": "0.0.1",
"version": "0.0.2",
"description": "Strongly typed MongoDB",
"main": "lib/Index.ts",
"main": "dist/Index.js",
"keywords": [

@@ -12,3 +12,4 @@ "typescript",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},

@@ -19,4 +20,4 @@ "author": {

},
"types": "lib/Index.d.ts",
"typings": "lib/Index.d.ts",
"types": "dist/Index.d.ts",
"typings": "dist/Index.d.ts",
"license": "MIT",

@@ -23,0 +24,0 @@ "devDependencies": {

@@ -14,6 +14,6 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
// "outDir": "./", /* Redirect output structure to the directory. */
"outDir": "./dir", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

@@ -20,0 +20,0 @@ // "removeComments": true, /* Do not emit comments to output. */

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