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

poll

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poll - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

package.json
{
"name": "poll",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

@@ -37,6 +37,6 @@ "description": "A simple poll function based on async, await, and an infinite loop",

"devDependencies": {
"@rollup/plugin-typescript": "^8.2.0",
"@types/jest": "^26.0.21",
"@rollup/plugin-typescript": "^8.2.1",
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"rollup": "^2.42.1",
"rollup": "^2.43.0",
"rollup-plugin-terser": "^7.0.2",

@@ -43,0 +43,0 @@ "ts-jest": "^26.5.4",

@@ -26,3 +26,3 @@ # poll

Download the ES module file …
Download the UMD bundle file …

@@ -33,6 +33,6 @@ ```sh

… and import it like this:
… and use it like this:
```js
import poll from 'poll.js'
const poll = window.poll.default

@@ -39,0 +39,0 @@ function fn() {

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