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

@formbricks/js

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formbricks/js - npm Package Compare versions

Comparing version 1.0.7 to 1.1.0

dist/index.cjs

76

package.json
{
"name": "@formbricks/js",
"license": "MIT",
"version": "1.0.7",
"version": "1.1.0",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",

@@ -11,51 +11,39 @@ "keywords": [

],
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"source": "src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "./dist/index.umd.js",
"types": "./dist/js/src/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.module.js"
},
"./package.json": "./package.json",
"./": "./"
"import": "./dist/index.js",
"require": "./dist/index.umd.js"
}
},
"files": [
"dist"
],
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"extends": [
"preact",
"plugin:@typescript-eslint/recommended"
],
"ignorePatterns": [
"build/"
]
},
"author": "Formbricks <hola@formbricks.com>",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.6.2",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"eslint-config-preact": "^1.3.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-preset-preact": "^4.1.0",
"microbundle": "^0.15.1",
"preact": "10.16.0",
"preact-cli": "^3.5.0",
"preact-render-to-string": "^6.2.0",
"regenerator-runtime": "^0.13.11",
"terser": "^5.21.0",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0",
"@formbricks/api": "0.1.0",
"@formbricks/lib": "0.0.0",
"@formbricks/surveys": "0.0.0",
"@formbricks/tsconfig": "1.0.0",
"@formbricks/types": "0.0.0",

@@ -77,9 +65,9 @@ "eslint-config-formbricks": "1.0.0"

"scripts": {
"dev": "vite",
"build": "vite build",
"go": "vite build --watch",
"lint": "eslint ./src --fix",
"clean": "rimraf .turbo node_modules dist",
"dev": "microbundle --css inline --watch",
"go": "microbundle --css inline --watch",
"lint": "eslint '{src,tests}/**/*.{ts,tsx}'",
"test": "jest",
"build": "microbundle --css inline"
"test": "jest"
}
}

Sorry, the diff of this file is too big to display

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