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

@contentful/visual-sdk

Package Overview
Dependencies
Maintainers
175
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/visual-sdk - npm Package Compare versions

Comparing version 1.0.0-alpha.39 to 1.0.0-dev-20240108T234655.0

./dist/index.js

81

package.json
{
"name": "@contentful/visual-sdk",
"author": "Contentful GmbH",
"version": "1.0.0-alpha.39",
"version": "1.0.0-dev-20240108T234655.0",
"description": "Base SDK for building a visual SDK with contentful",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/contentful/live-preview.git"
"url": "git+https://github.com/contentful/experience-builder.git"
},
"bugs": {
"url": "https://github.com/contentful/live-preview/issues"
"url": "https://github.com/contentful/experience-builder/issues"
},
"homepage": "https://github.com/contentful/live-preview#readme",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./store": {
"types": "./dist/types/storesindex.d.ts",
"require": "./dist/cjs/store/index.js",
"default": "./dist/esm/store/index.js"
},
"./package.json": "./package.json"
},
"homepage": "https://github.com/contentful/experience-builder#readme",
"main": "./dist/index.js",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
"readme.md",
"package.json",
"dist/**/*.*"
],
"scripts": {
"start": "yarn concurrently \"yarn:start:*\"",
"start:cjs": "yarn build:cjs -w",
"start:esm": "yarn build:esm -w",
"build": "yarn concurrently \"yarn:build:*\"",
"build:esm": "swc src -d dist/esm",
"build:cjs": "swc src -d dist/cjs -C module.type=commonjs",
"build:types": "tsc --outDir dist/types",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"tsc": "tsc --noEmit",
"test": "jest --watch",
"test:ci": "jest",
"coverage": "jest --coverage",
"prepublish": "yarn build"
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "rollup -c ./rollup.config.mjs",
"predev": "npm run clean",
"bundle": "npx watchify dist/index.cjs -o dist/bundle.js",
"dev": "rollup -c ./rollup.dev.config.mjs --watch",
"lint": "eslint src --ext '.ts,.tsx,.js,.jsx' --max-warnings 0 --ignore-path ../../.eslintignore",
"lint:fix": "eslint src --ext '.ts,.tsx,.js,.jsx' --fix",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "1.3.100",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.11",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"browserify-livereload": "^1.0.10",
"contentful": "10.6.14",
"jest": "29.7.0",
"typescript": "5.1.6"
"eslint": "^8.45.0",
"happy-dom": "^12.10.3",
"rimraf": "^5.0.5",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-ts": "^3.4.5",
"typescript": "5.1.6",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.0.4"
},
"gitHead": "1d5c010c20ea12ba3053665a016b1a9d67b31ce7"
"gitHead": "803544e896fdbac42676010456a37126298790a5"
}

Sorry, the diff of this file is not supported yet

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