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

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

2

dist/cjs/intents/DeliveryIntent.d.ts

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

import { Signal } from "../signals/Signal";
import { Signal } from '../signals/Signal';
export interface DeliveryIntent {

@@ -3,0 +3,0 @@ id: string;

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

import { DeliveryIntent } from "./DeliveryIntent";
import { DeliveryIntent } from './DeliveryIntent';
export interface PreviewIntent extends DeliveryIntent {

@@ -3,0 +3,0 @@ name: string;

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

import { Signal } from "../signals/Signal";
import { Signal } from '../signals/Signal';
export interface DeliveryIntent {

@@ -3,0 +3,0 @@ id: string;

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

import { DeliveryIntent } from "./DeliveryIntent";
import { DeliveryIntent } from './DeliveryIntent';
export interface PreviewIntent extends DeliveryIntent {

@@ -3,0 +3,0 @@ name: string;

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

@@ -21,10 +21,10 @@ "license": "Apache-2.0",

"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
"ci": "run-p ci:build lint test",
"ci:verify": "run-p lint test",
"ci:build": "run-s clean build"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"eslint": "^7.10.0",
"eslint-plugin-react": "^7.21.5",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.20",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",

@@ -34,3 +34,3 @@ "jest": "^26.6.3",

"rimraf": "^3.0.2",
"ts-jest": "^26.4.3"
"ts-jest": "^26.4.4"
},

@@ -43,3 +43,3 @@ "files": [

},
"gitHead": "5ca32820dd42f703cbc11c33a4ef3f4b9e86d1e4"
"gitHead": "3fc4167db6204a38dda32e5b8b0d612d180bf751"
}

Sorry, the diff of this file is not supported yet

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