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

inhabit-module-base

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inhabit-module-base - npm Package Compare versions

Comparing version 1.6.0 to 2.0.0

CHANGELOG.md

21

package.json
{
"name": "inhabit-module-base",
"version": "1.6.0",
"version": "2.0.0",
"description": "A Base Module class for InHabit.",
"main": "index.js",
"types": "index.d.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"source": "src/index.ts",
"scripts": {
"commit": "git-cz",
"prebuild": "npm run lint",
"build": "microbundle",
"release": "standard-version --prerelease alpha",
"test": "tape tests/*.spec.js | tap-spec",
"build": "tsc"
"lint": "tslint --fix src/**/*.ts"
},

@@ -28,7 +33,13 @@ "repository": {

"devDependencies": {
"@types/xtend": "^4.0.2",
"azure-storage": "^2.10.2",
"commitizen": "^2.9.5",
"cz-conventional-changelog": "^1.2.0",
"microbundle": "^0.8.3",
"pify": "^4.0.1",
"standard-version": "^4.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"tslint": "^5.11.0",
"tslint-clean-code": "^0.2.9",
"typescript": "^2.3.2"

@@ -42,4 +53,4 @@ },

"dependencies": {
"extend": "^3.0.1"
"xtend": "^4.0.1"
}
}
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