Socket
Socket
Sign inDemoInstall

@uniformdev/optimize-common

Package Overview
Dependencies
Maintainers
9
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/optimize-common - npm Package Compare versions

Comparing version 2.0.1-alpha.44 to 2.0.1-alpha.53

4

dist/cjs/intents/IntentTags.js

@@ -26,3 +26,3 @@ "use strict";

var vector = tags.intents[intentId];
if (!vector.noBeh) {
if (!(vector === null || vector === void 0 ? void 0 : vector.noBeh)) {
result[intentId] = vector;

@@ -41,3 +41,3 @@ }

var vector = tags.intents[intentId];
if (!vector.noPn) {
if (!(vector === null || vector === void 0 ? void 0 : vector.noPn)) {
result[intentId] = vector;

@@ -44,0 +44,0 @@ }

@@ -23,3 +23,3 @@ /** Standard presets for the strength of an intent tag. Note that values of any integer are valid; these are references to the default strengths. */

var vector = tags.intents[intentId];
if (!vector.noBeh) {
if (!(vector === null || vector === void 0 ? void 0 : vector.noBeh)) {
result[intentId] = vector;

@@ -37,3 +37,3 @@ }

var vector = tags.intents[intentId];
if (!vector.noPn) {
if (!(vector === null || vector === void 0 ? void 0 : vector.noPn)) {
result[intentId] = vector;

@@ -40,0 +40,0 @@ }

{
"name": "@uniformdev/optimize-common",
"version": "2.0.1-alpha.44+4b9892a",
"version": "2.0.1-alpha.53+f3cb156",
"description": "Common functionality and types for Uniform Optimize",

@@ -45,3 +45,3 @@ "license": "Apache-2.0",

},
"gitHead": "4b9892afd63257a4aaf8964670197554757bdbb6"
"gitHead": "f3cb1566e495d7d16217e105ec352e4acac991fb"
}
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