Socket
Book a DemoInstallSign in
Socket

@types/sequelize-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sequelize-fixtures - npm Package Compare versions

Comparing version

to
0.6.5

6

sequelize-fixtures/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for Sequelize-Fixtures 0.6.0
// Project: https://github.com/domasx2/sequelize-fixtures
// Definitions by: Christian Schwarz <https://github.com/cschwarz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2
import * as Sequelize from "sequelize";

@@ -8,0 +2,0 @@

10

sequelize-fixtures/package.json
{
"name": "@types/sequelize-fixtures",
"version": "0.6.4",
"description": "TypeScript definitions for Sequelize-Fixtures",
"version": "0.6.5",
"description": "TypeScript definitions for sequelize-fixtures",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sequelize-fixtures",

@@ -10,4 +10,4 @@ "license": "MIT",

"name": "Christian Schwarz",
"url": "https://github.com/cschwarz",
"githubUsername": "cschwarz"
"githubUsername": "cschwarz",
"url": "https://github.com/cschwarz"
}

@@ -26,4 +26,4 @@ ],

},
"typesPublisherContentHash": "b4b9eac7fd4182dbb660f55a2593e63c22500e04cdb098c757f7f6c89c43dae5",
"typesPublisherContentHash": "e96b0af0ae11d694d48ded1611dd13c6bc07585de2e42b62345a8afe68ddf183",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Sequelize-Fixtures (https://github.com/domasx2/sequelize-fixtures).
This package contains type definitions for sequelize-fixtures (https://github.com/domasx2/sequelize-fixtures).

@@ -12,8 +12,2 @@ # Details

````ts
// Type definitions for Sequelize-Fixtures 0.6.0
// Project: https://github.com/domasx2/sequelize-fixtures
// Definitions by: Christian Schwarz <https://github.com/cschwarz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2
import * as Sequelize from "sequelize";

@@ -45,7 +39,6 @@

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: [@types/sequelize](https://npmjs.com/package/@types/sequelize)
* Global values: none
# Credits
These definitions were written by [Christian Schwarz](https://github.com/cschwarz).