@repeaterjs/repeater
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
15
0
Yes
60714
2
1066
1
+ Addedmagic-string@^0.25.7
+ Addedmagic-string@0.25.9(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedts-transform-import-path-rewrite@0.2.1(transitive)
+ Addedtypescript@3.9.10(transitive)