Socket
Socket
Sign inDemoInstall

@repeaterjs/repeater

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

@repeaterjs/repeater - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

cjs/package.json

47

package.json
{
"name": "@repeaterjs/repeater",
"version": "3.0.1",
"version": "3.0.2",
"description": "The missing constructor function for creating safe async iterators",
"type": "module",
"repository": {

@@ -12,32 +13,38 @@ "type": "git",

"files": [
"/lib"
"./repeater.js",
"*.d.ts",
"*.js.map",
"cjs"
],
"main": "lib/repeater.cjs.js",
"module": "lib/repeater.esm.js",
"types": "lib/repeater.d.ts",
"main": "cjs/repeater.js",
"module": "repeater.js",
"types": "repeater.d.ts",
"scripts": {
"prebuild": "yarn run clean",
"build": "rollup -c ./rollup.config.js",
"clean": "shx rm -rf ./lib",
"clean": "shx rm -rf cjs dist repeater.js *.d.ts *.js.map",
"lint": "eslint --ext ts src",
"prepublishOnly": "yarn run test && yarn run build",
"test": "jest --config ./jest.config.js --rootDir --color"
"test": "jest --config ./jest.config.cjs --rootDir ./ --color"
},
"dependencies": {
"magic-string": "^0.25.7",
"ts-transform-import-path-rewrite": "^0.2.1"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"eslint": "^6.5.1",
"@types/jest": "^26.0.7",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-recommended-plus-types": "^1.0.0",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"rollup": "^1.23.1",
"rollup-plugin-typescript2": "^0.24.3",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.2.1",
"prettier": "^2.0.5",
"rollup": "^2.23.0",
"rollup-plugin-typescript2": "^0.27.1",
"shx": "^0.3.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4",
"weak": "^1.0.1"
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
},

@@ -44,0 +51,0 @@ "publishConfig": {

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