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

hotscript

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotscript - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/helpers.d.ts

48

package.json
{
"name": "hotscript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.0.1",
"description": "Type-level madness",
"type": "module",
"source": "src/index.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.module.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.modern.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"types": "dist/index.d.ts",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "microbundle",
"dev": "microbundle watch",
"prepublishOnly": "npm run test && npm run build",
"test": "jest",
"clear-test": "jest --clearCache",
"perf": "tsc --project tests/tsconfig.json --noEmit --extendedDiagnostics",
"fmt": "prettier ./src/** ./tests/** -w",
"check": "tsc --strict --noEmit --extendedDiagnostics"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gvergnaud/PipeScript.git"
"url": "git+https://github.com/gvergnaud/HOTScript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gvergnaud/PipeScript/issues"
"url": "https://github.com/gvergnaud/HOTScript/issues"
},
"homepage": "https://github.com/gvergnaud/PipeScript#readme"
"homepage": "https://github.com/gvergnaud/HOTScript#readme",
"author": "Gabriel Vergnaud",
"devDependencies": {
"@types/jest": "^29.4.0",
"jest": "^29.4.2",
"microbundle": "^0.15.1",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}
PipeScript.ts
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