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

paused

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paused - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

25

package.json
{
"name": "paused",
"version": "1.1.0",
"version": "1.1.1",
"description": "A very tiny awaitable timer",

@@ -36,5 +36,16 @@ "keywords": [

},
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --ext .ts --max-warnings 0 --cache",
"lint:fix": "eslint . --ext .ts --fix --cache",
"format": "prettier --check *.ts --cache",
"format:fix": "prettier --write *.ts --cache",
"typecheck": "tsc",
"build": "tsup",
"release": "release-it",
"dev": "esno index.ts"
},
"devDependencies": {

@@ -48,14 +59,6 @@ "@typescript-eslint/eslint-plugin": "^5.54.0",

"prettier": "^2.8.4",
"release-it": "^15.7.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
},
"scripts": {
"lint": "eslint . --ext .ts --max-warnings 0 --cache",
"lint:fix": "eslint . --ext .ts --fix --cache",
"format": "prettier --check *.ts --cache",
"format:fix": "prettier --write *.ts --cache",
"build": "tsup",
"typecheck": "tsc",
"dev": "esno index.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