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

@baseai/core

Package Overview
Dependencies
Maintainers
0
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baseai/core - npm Package Compare versions

Comparing version 0.9.15-snapshot.12 to 0.9.15-snapshot.13

20

package.json
{
"name": "@baseai/core",
"description": "The Web AI Framework's core - BaseAI.dev",
"version": "0.9.15-snapshot.12",
"version": "0.9.15-snapshot.13",
"license": "Apache-2.0",

@@ -49,15 +49,15 @@ "sideEffects": false,

"./react": {
"types": "./dist/react/index.d.ts",
"require": "./dist/react/index.js",
"import": "./dist/react/index.mjs"
"types": "./react/dist/index.d.ts",
"require": "./react/dist/index.js",
"import": "./react/dist/index.mjs"
},
"./pipes": {
"types": "./dist/pipes/index.d.ts",
"require": "./dist/pipes/index.js",
"import": "./dist/pipes/index.mjs"
"types": "./pipes/dist/index.d.ts",
"require": "./pipes/dist/index.js",
"import": "./pipes/dist/index.mjs"
},
"./helpers": {
"types": "./dist/helpers/index.d.ts",
"require": "./dist/helpers/index.js",
"import": "./dist/helpers/index.mjs"
"types": "./helpers/dist/index.d.ts",
"require": "./helpers/dist/index.js",
"import": "./helpers/dist/index.mjs"
}

@@ -64,0 +64,0 @@ },

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