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

dist/cjs/apis/AttributesAPIResult.d.ts

2

dist/cjs/apis/DeliveryAPIResult.d.ts

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

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

@@ -5,4 +6,5 @@ export interface DeliveryAPIResult {

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

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

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

@@ -5,4 +6,5 @@ export interface DeliveryAPIResult {

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

8

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

@@ -8,2 +8,6 @@ "license": "Apache-2.0",

"module": "./dist/esm/index.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"types": "./dist/cjs/index.d.ts",

@@ -42,3 +46,3 @@ "sideEffects": false,

},
"gitHead": "3fc4167db6204a38dda32e5b8b0d612d180bf751"
"gitHead": "7c0e0f860c5417f87111dff7c963c0a9bac00226"
}
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