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

@operato/utils

Package Overview
Dependencies
Maintainers
4
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/utils - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)
### :bug: Bug Fix
* lodash => lodash-es, remove underscore ([08cbef1](https://github.com/hatiolab/operato/commit/08cbef1e63e28c96e7341bce1910ae7baed889e2))
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22)

@@ -8,0 +17,0 @@

2

dist/src/mixins/infinite-scrollable.js

@@ -1,2 +0,2 @@

import debounce from 'lodash/debounce';
import debounce from 'lodash-es/debounce';
export default function InfiniteScrollable(Base) {

@@ -3,0 +3,0 @@ return class Scrolling extends Base {

@@ -6,3 +6,3 @@ {

"author": "heartyoh",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/src/index.js",

@@ -75,5 +75,5 @@ "module": "dist/src/index.js",

"dependencies": {
"lodash": "^4.17.21"
"lodash-es": "^4.17.21"
},
"gitHead": "82291954771bbddf5ee0f3f189a010b211f822a1"
"gitHead": "cfc3bd47600cda52fab6120e448c00e319694b09"
}

@@ -1,2 +0,2 @@

import debounce from 'lodash/debounce'
import debounce from 'lodash-es/debounce'

@@ -3,0 +3,0 @@ type Constructor = new (...args: any[]) => {}

Sorry, the diff of this file is not supported yet

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