Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-scrollable-mixin

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-scrollable-mixin - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "react-native-scrollable-mixin",
"version": "0.0.4",
"version": "0.0.5",
"description": "A standard interface for your scrollable React Native components, making it easier to compose components.",

@@ -5,0 +5,0 @@ "main": "ScrollableMixin.js",

@@ -20,3 +20,3 @@ # ScrollableMixin

Use `Object.assign` to copy ScrollableMixin's functions to your class as static methods.
Use `Object.assign` to copy ScrollableMixin's functions to your class's prototype as instance methods:

@@ -50,4 +50,4 @@ ```js

// Mix in ScrollableMixin's methods as static methods
Object.assign(InfiniteScrollView, ScrollableMixin);
// Mix in ScrollableMixin's methods as instance methods
Object.assign(InfiniteScrollView.prototype, ScrollableMixin);
```

@@ -54,0 +54,0 @@

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