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

ah-sequelize-plugin

Package Overview
Dependencies
Maintainers
6
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ah-sequelize-plugin - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

classes/sequelize.js

@@ -43,3 +43,3 @@ const path = require('path')

path: dir,
pattern: /\.(js|ts)$/
pattern: /(\.js|.{2,*}\.ts)$/
}

@@ -58,3 +58,3 @@ })

}
if (path.extname(file) !== '.js' && path.extname(file) !== '.ts') return
if ((path.extname(file) !== '.js' && path.extname(file) !== '.ts') || file.indexOf('.d.ts') > 0) return
const nameParts = file.split('/')

@@ -61,0 +61,0 @@ const name = nameParts[nameParts.length - 1].split('.')[0]

@@ -6,3 +6,3 @@ {

"description": "Use Sequelize in ActionHero",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "http://actionherojs.com",

@@ -9,0 +9,0 @@ "repository": {

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