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 12.2.0 to 12.2.1-alpha.23

dist/index.d.ts

35

package.json
{
"name": "@uniformdev/optimize-common",
"version": "12.2.0",
"version": "12.2.1-alpha.23+9f08d814",
"description": "Common functionality and types for Uniform Optimize",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"import": {
"node": "./dist/index.mjs",
"default": "./dist/index.esm.js"
},
"require": "./dist/index.js"
},
"types": "./dist/cjs/index.d.ts",
"types": "./dist/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "run-p build:cjs build:esm",
"build:esm": "tsc",
"build:cjs": "tsc -p ./tsconfig.cjs.json",
"dev": "run-p dev:esm dev:cjs",
"dev:esm": "tsc -w",
"dev:cjs": "tsc -w -p ./tsconfig.cjs.json",
"build": "tsup",
"dev": "tsup --watch",
"clean": "rimraf dist",

@@ -26,3 +25,4 @@ "test": "jest --maxWorkers=1",

"ci:verify": "run-p lint test",
"ci:build": "run-s clean build"
"ci:build": "tsup --minify --clean",
"update-openapi": "node ./update-openapi.cjs"
},

@@ -38,4 +38,9 @@ "devDependencies": {

"rimraf": "3.0.2",
"ts-jest": "27.0.7"
"ts-jest": "27.0.7",
"tsup": "5.6.0"
},
"dependencies": {
"p-retry": "^4.6.1",
"p-throttle": "^4.1.1"
},
"files": [

@@ -47,3 +52,3 @@ "/dist"

},
"gitHead": "f3fd2aeff34cf986ccb1c2d50e5920151beeafe9"
"gitHead": "9f08d814affae6ba2f4f9d65aa2ff1bfcf5ccf93"
}
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