New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@inploi/core

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inploi/core - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

dist/chunk-H7ZOE7ZC.mjs

22

package.json
{
"name": "@inploi/core",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"exports": {
"./common": {
"require": "./dist/common/index.js",
"import": "./dist/common/index.mjs",
"types": "./dist/common/index.d.ts"
},
"./flows": {
"require": "./dist/flows/index.js",
"import": "./dist/flows/index.mjs",
"types": "./dist/flows/index.d.ts"
}
},
"files": [
"/common",
"/flows"
"/dist"
],
"dependencies": {},
"devDependencies": {
"@types/uuid": "^9.0.2",
"eslint": "^7.32.0",
"tsup": "^7.2.0",
"typescript": "^5.3.2",

@@ -22,4 +33,5 @@ "zod": "^3.22.0",

"scripts": {
"check": "eslint ./src --fix --max-warnings 0 && tsc"
"check": "eslint ./src --fix --max-warnings 0 && tsc",
"build": "tsup --dts-resolve"
}
}
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