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

@storyblok/js

Package Overview
Dependencies
Maintainers
0
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storyblok/js - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

dist/storyblok-js.js

36

package.json
{
"name": "@storyblok/js",
"type": "module",
"version": "3.2.0",
"packageManager": "pnpm@9.12.2",
"version": "3.2.1",
"private": false,
"packageManager": "pnpm@9.15.1",
"description": "SDK to integrate Storyblok into your project using JavaScript.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/storyblok/storyblok-js"
},
"bugs": {
"url": "https://github.com/storyblok/storyblok-js/issues"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/storyblok-js.mjs",

@@ -17,3 +25,3 @@ "require": "./dist/storyblok-js.js"

"module": "./dist/storyblok-js.mjs",
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"files": [

@@ -24,3 +32,4 @@ "dist"

"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"test": "pnpm run test:unit:ci && pnpm run test:e2e",
"test:unit": "vitest",

@@ -42,21 +51,20 @@ "test:unit:ci": "vitest run",

"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@storyblok/eslint-config": "^0.3.0",
"@tsconfig/recommended": "^1.0.8",
"@types/node": "^22.10.1",
"cypress": "^13.16.1",
"eslint": "^9.16.0",
"@types/node": "^22.10.2",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-plugin-cypress": "^4.1.0",
"isomorphic-fetch": "^3.0.0",
"kolorist": "^1.8.0",
"pathe": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"start-server-and-test": "^2.0.8",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite": "^6.0.5",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-qrcode": "^0.2.3",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},

@@ -63,0 +71,0 @@ "commitlint": {

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