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

callbag-drop-repeats

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callbag-drop-repeats - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

index.cjs.js

2

index.js

@@ -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

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