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

hyperapplicable

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperapplicable - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

dist/hyperapplicable.d.ts

28

package.json
{
"name": "hyperapplicable",
"version": "0.2.1",
"version": "0.2.2",
"description": "A utility library for Hyperapp.",

@@ -23,15 +23,17 @@ "keywords": [

],
"main": "./dist/index.js",
"browser": "./dist/index.esm.js",
"unpkg": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/hyperapplicable.es.js",
"browser": "./dist/hyperapplicable.es.js",
"unpkg": "./dist/hyperapplicable.es.js",
"module": "./dist/hyperapplicable.es.js",
"types": "./dist/hyperapplicable.d.ts",
"scripts": {
"build:dev": "./task.sh build:dev",
"build:prod": "./task.sh build:prod",
"build": "./task.sh build",
"check": "./task.sh check",
"clean": "./task.sh clean",
"dev": "./task.sh dev",
"lint": "./task.sh lint",
"preview": "./task.sh preview",
"reinstall": "./task.sh reinstall",
"release": "./task.sh release",
"reset": "./task.sh reset",
"test": "./task.sh test"

@@ -44,5 +46,5 @@ },

"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.14.0",
"fast-check": "^2.24.0",

@@ -53,3 +55,5 @@ "jest": "^27.5.1",

"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
"tsup": "^5.12.6",
"typescript": "^4.6.3",
"vite": "^2.9.5"
},

@@ -56,0 +60,0 @@ "dependencies": {

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