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.5.3 to 1.5.4

15

package.json
{
"name": "@inploi/core",
"version": "1.5.3",
"version": "1.5.4",
"license": "MIT",
"exports": {
"./common": {
"import": "./common/index.ts",
"types": "./common/index.ts"
"require": "./dist/common/index.js",
"import": "./dist/common/index.mjs",
"types": "./dist/common/index.d.ts"
},
"./flows": {
"import": "./flows/index.ts",
"types": "./flows/index.ts"
"require": "./dist/flows/index.js",
"import": "./dist/flows/index.mjs",
"types": "./dist/flows/index.d.ts"
}

@@ -33,4 +35,5 @@ },

"scripts": {
"check": "eslint ./ --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