Socket
Socket
Sign inDemoInstall

@ewizardjs/content-types

Package Overview
Dependencies
0
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.1.0

5

dist/index.d.ts

@@ -13,1 +13,6 @@ export declare enum ContentTypes {

}
export declare enum SiteSubtypes {
LANDING = "landing",
MULTIPAGE = "multipage",
EMPTY = ""
}

10

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SiteSubtypes = exports.ContentTypes = void 0;
var ContentTypes;

@@ -15,3 +16,8 @@ (function (ContentTypes) {

ContentTypes["MESSENGER_AD"] = "messenger_ad";
})(ContentTypes = exports.ContentTypes || (exports.ContentTypes = {}));
;
})(ContentTypes || (exports.ContentTypes = ContentTypes = {}));
var SiteSubtypes;
(function (SiteSubtypes) {
SiteSubtypes["LANDING"] = "landing";
SiteSubtypes["MULTIPAGE"] = "multipage";
SiteSubtypes["EMPTY"] = "";
})(SiteSubtypes || (exports.SiteSubtypes = SiteSubtypes = {}));

8

package.json
{
"name": "@ewizardjs/content-types",
"version": "2.0.2",
"version": "2.1.0",
"description": "",

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

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "tsc",
"lint": "eslint ."
},

@@ -19,4 +20,5 @@ "repository": {

"devDependencies": {
"typescript": "^3.5.2"
"@ewizardjs/eslint-config": "^0.0.1",
"typescript": "^5.2.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc