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

@promise-watch/core

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promise-watch/core - npm Package Compare versions

Comparing version 1.1.0-next.1 to 1.1.0-next.2

dist/bin/promise-watch.d.ts

13

package.json
{
"name": "@promise-watch/core",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"author": "Jason Raimondi <jason@raimondi.us> (https://jasonraimondi.com)",
"main": "dist/index.js",
"bin": {
"promise-watch": "bin/promise-watch.js"
"promise-watch": "dist/bin/promise-watch.js"
},

@@ -14,3 +14,5 @@ "files": [

"peerDependencies": {
"playwright": "^1.19.1"
"playwright": "^1.19.1",
"typescript": "^4.0.0",
"ts-node": "^10.0.0"
},

@@ -28,3 +30,6 @@ "dependencies": {

"private": false,
"license": "MIT"
"license": "MIT",
"bin": {
"promise-watch": "dist/bin/promise-watch.js"
}
},

@@ -31,0 +36,0 @@ "scripts": {

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