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.4.0 to 1.5.0

14

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

@@ -34,6 +32,4 @@ },

"scripts": {
"build": "tsup --dts-resolve",
"dev": "tsup --watch --dts-resolve",
"lint": "eslint \"**/*.ts*\""
}
}
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