New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@formsort/custom-question-api

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formsort/custom-question-api - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

1

lib/WindowMessageEmitter.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { EventEmitter } from 'events';

@@ -2,0 +3,0 @@ declare class WindowMessageEventsEmitter extends EventEmitter {

22

package.json
{
"name": "@formsort/custom-question-api",
"version": "0.0.13",
"version": "0.0.14",
"description": "Helpers for implementing custom questions in Formsort",

@@ -9,4 +9,4 @@ "main": "lib/index.js",

"build": "tsc",
"format": "tslint --fix -p tsconfig.json",
"lint": "tslint -p tsconfig.json",
"format": "eslint -c .eslintrc.js --ext .ts,.tsx src --fix",
"lint": "eslint -c .eslintrc.js --ext .ts,.tsx src",
"prepare": "npm run build",

@@ -37,7 +37,12 @@ "prepublishOnly": "npm run lint",

"devDependencies": {
"@formsort/eslint-config": "^1.1.0",
"@types/events": "^3.0.0",
"prettier": "^2.0.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^2.32.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^24.0.6",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.5",
"typescript": "^3.8.3"

@@ -48,3 +53,4 @@ },

"events": "^3.1.0"
}
},
"gitHead": "e04ce7277248974f396b212263a5266b38d34d36"
}
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