callbag-drop-repeats
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -13,2 +13,2 @@ const dropRepeats = pred => src => (start, sink) => { | ||
module.exports = dropRepeats; | ||
export default dropRepeats; |
{ | ||
"author": "Francisco Tavares de Lima Neto", | ||
"description": "Callbag operator that Drops consecutive duplicate", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"callbag": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~4.9.0" | ||
"tape": "5.2.2", | ||
"rollup": "2.54.0" | ||
}, | ||
"files": [ | ||
"index.d.ts", | ||
"index.js", | ||
"index.cjs.js" | ||
], | ||
"keywords": [ | ||
@@ -12,3 +20,4 @@ "callbag" | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "index.cjs.js", | ||
"module": "index.js", | ||
"name": "callbag-drop-repeats", | ||
@@ -20,5 +29,8 @@ "repository": { | ||
"scripts": { | ||
"test": "tape test.js" | ||
"build": "rollup index.js -o index.cjs.js --f cjs", | ||
"pretest": "npm run build", | ||
"test": "tape test.js", | ||
"prepare": "npm test" | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |
Sorry, the diff of this file is not supported yet
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
6
3974
1
2
29
1
+ Addedcallbag@1.2.0
+ Addedcallbag@1.2.0(transitive)