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

@kubb/core

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/core - npm Package Compare versions

Comparing version 0.37.3 to 0.37.4

dist/browser/index.global.js

10

package.json
{
"name": "@kubb/core",
"version": "0.37.3",
"version": "0.37.4",
"description": "Generator core",

@@ -14,5 +14,5 @@ "repository": {

"main": "dist/index.js",
"unpkg": "dist/index.global.js",
"unpkg": "dist/browser/index.global.js",
"module": "dist/index.mjs",
"browser": "build/index.global.js",
"browser": "dist/browser/index.global.js",
"types": "./dist/index.d.ts",

@@ -58,5 +58,3 @@ "exports": {

"scripts": {
"build": "pnpm build:node && pnpm build:browser",
"build:node": "tsup",
"build:browser": "tsup --target=es5",
"build": "tsup",
"start": "tsup --watch",

@@ -63,0 +61,0 @@ "release": "pnpm publish --no-git-check",

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