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.32 to 2.0.1-alpha.33

2

dist/cjs/apis/PreviewAPIResult.d.ts

@@ -0,1 +1,2 @@

import { Attribute } from 'attributes/Attribute';
import { PreviewIntent } from '../intents/PreviewIntent';

@@ -8,4 +9,5 @@ export interface PreviewAPIResult {

intents: PreviewIntent[];
attributes?: Attribute[];
sampleSize?: number;
};
}

@@ -0,1 +1,2 @@

import { Attribute } from 'attributes/Attribute';
import { PreviewIntent } from '../intents/PreviewIntent';

@@ -8,4 +9,5 @@ export interface PreviewAPIResult {

intents: PreviewIntent[];
attributes?: Attribute[];
sampleSize?: number;
};
}

4

package.json
{
"name": "@uniformdev/optimize-common",
"version": "2.0.1-alpha.32+7c0e0f8",
"version": "2.0.1-alpha.33+2f01b33",
"description": "Common functionality and types for Uniform Optimize",

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

},
"gitHead": "7c0e0f860c5417f87111dff7c963c0a9bac00226"
"gitHead": "2f01b3340f320cd18ceb886974e9db19d85ad5fd"
}
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