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

data-lackey

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-lackey - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

CHANGELOG.md

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

# 1.2.0
# 1.3.0
* move ownership from Verba to NDP Software

@@ -3,0 +3,0 @@

@@ -40,3 +40,3 @@ "use strict";

this.QUEUE = [];
this.POLL_INTERVAL = 1000;
this.POLL_INTERVAL = options.pollInterval || 1000;
this.console.log(`DataLackey ${_package.version} starting up`);

@@ -43,0 +43,0 @@ window.lackey = this;

@@ -109,3 +109,3 @@ "use strict";

loadFailed = this.dataLackey.failed(this.state.resources);
return _react.default.createElement(WrappedComponent, (0, _extends2.default)({}, this.props, {
return /*#__PURE__*/_react.default.createElement(WrappedComponent, (0, _extends2.default)({}, this.props, {
isLoading,

@@ -112,0 +112,0 @@ isReloading,

{
"name": "data-lackey",
"version": "1.3.0",
"version": "1.4.0",
"description": "orchestrate your data loading",

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

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -37,10 +37,10 @@ "bugs": {

"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/cli": "*",
"@babel/core": "*",
"@babel/plugin-transform-runtime": "*",
"@babel/preset-env": "*",
"@babel/preset-react": "*",
"@babel/runtime": "^7.3.1",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.3",
"@babel/runtime": "*",
"babel-eslint": "*",
"babel-plugin-module-resolver": "*",
"enzyme": "*",

@@ -56,3 +56,3 @@ "enzyme-adapter-react-16": "*",

"eslint-plugin-standard": "*",
"hoist-non-react-statics": "^3.3.0",
"hoist-non-react-statics": "*",
"jest": "*",

@@ -94,3 +94,4 @@ "jest-junit": "*",

"^.+\\.jsx?$": "babel-jest"
}
},
"watchman": false
},

@@ -97,0 +98,0 @@ "dependencies": {

@@ -32,3 +32,3 @@ # Data Lackey

[![CircleCI](https://circleci.com/gh/ndp-software/data-lackey/tree/master.svg?style=svg&circle-token=e5e3ede09f04662995e99094b75e6a0c84914c1a)](https://circleci.com/gh/ndp-software/data-lackey/tree/master) [![Maintainability](https://api.codeclimate.com/v1/badges/562327499c13db5defe0/maintainability)](https://codeclimate.com/github/ndp-software/data-lackey/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/562327499c13db5defe0/test_coverage)](https://codeclimate.com/github/ndp-software/data-lackey/test_coverage)
[![CircleCI](https://circleci.com/gh/ndp-software/data-lackey/tree/master.svg?style=svg)](https://circleci.com/gh/ndp-software/data-lackey/tree/master)

@@ -96,2 +96,10 @@ ## Installation & Basic Usage

# Development
To be written.
## Releasing
Use `release-it -i <patch>`.
# API

@@ -98,0 +106,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