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

@vivocha/public-entities

Package Overview
Dependencies
Maintainers
6
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-entities - npm Package Compare versions

Comparing version 5.9.5 to 5.9.6

dist/wrappers/language.d.ts

3

dist/index.d.ts
export * from './language';
export * from './widget';
export * from './bot';
export * from './wrappers/script';
export * from './wrappers/language';
export * from './wrappers/widget';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./wrappers/script"));
__export(require("./wrappers/language"));
__export(require("./wrappers/widget"));
//# sourceMappingURL=index.js.map

2

dist/widget.d.ts

@@ -38,3 +38,3 @@ import { MultiLanguageString } from './language';

scssId: string;
assets?: Asset[];
assets: Asset[];
variables?: (StringWidgetVariable | BooleanWidgetVariable | EnumWidgetVariable)[];

@@ -41,0 +41,0 @@ }

{
"name": "@vivocha/public-entities",
"version": "5.9.5",
"version": "5.9.6",
"description": "Vivocha public entities and types",

@@ -43,5 +43,10 @@ "main": "dist/index.js",

"@types/node": "^8.0.47",
"@types/node-sass": "^3.10.32",
"jsonref-cli": "^1.0.0",
"typescript": "^2.5.3"
},
"dependencies": {
"eredita": "^1.1.4",
"node-sass": "^4.5.3"
}
}
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