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

data-feed

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-feed - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

dist/instance/index.d.ts

@@ -30,3 +30,3 @@ import React from "react";

texts?: Partial<DataFeedTexts>;
initParams?: BasicFeedParams;
initParams?: Partial<BasicFeedParams>;
changeDelay?: number;

@@ -33,0 +33,0 @@ initialLoad?: boolean;

export interface BasicFeedParams {
skip?: number;
skip: number;
page?: number;
[key: string]: any;
}
{
"name": "data-feed",
"version": "2.1.0",
"version": "2.2.0",
"description": "Data feed view",

@@ -20,2 +20,3 @@ "main": "dist/index.js",

"rollup": "^3.21.5",
"rollup-obfuscator": "^3.0.2",

@@ -22,0 +23,0 @@ "rollup-plugin-scss": "^3.0.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