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

@datacamp/waffles-utils

Package Overview
Dependencies
Maintainers
36
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datacamp/waffles-utils - npm Package Compare versions

Comparing version 2.0.18 to 2.0.19

8

CHANGELOG.md

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

## [2.0.19](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.18...@datacamp/waffles-utils@2.0.19) (2020-11-03)
**Note:** Version bump only for package @datacamp/waffles-utils
## [2.0.18](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.17...@datacamp/waffles-utils@2.0.18) (2020-10-26)

@@ -8,0 +16,0 @@

2

es/isChildType.js
import React from 'react';
var isChildType = function isChildType(child, type) {
return React.isValidElement(child) && child.type === type;
return /*#__PURE__*/React.isValidElement(child) && child.type === type;
};
export default isChildType;

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

var isChildType = function isChildType(child, type) {
return _react.default.isValidElement(child) && child.type === type;
return /*#__PURE__*/_react.default.isValidElement(child) && child.type === type;
};

@@ -16,0 +16,0 @@

{
"name": "@datacamp/waffles-utils",
"version": "2.0.18",
"version": "2.0.19",
"description": "Various collection of utilities to be shared across waffles packages",

@@ -34,12 +34,12 @@ "author": "Louis Bailey <louis@datacamp.com>",

"@babel/cli": "7.7.7",
"@babel/core": "7.11.0",
"@datacamp/waffles-babel-preset": "^2.0.1",
"@babel/core": "7.12.3",
"@datacamp/waffles-babel-preset": "^2.0.2",
"@datacamp/waffles-tsconfig": "^1.1.12",
"babel-jest": "26.2.2",
"jest": "26.1.0",
"jest": "26.6.1",
"react": "16.8.6"
},
"dependencies": {
"@babel/runtime": "^7.11.0",
"lodash": "^4.17.13"
"@babel/runtime": "^7.12.1",
"lodash": "^4.17.20"
},

@@ -49,3 +49,3 @@ "peerDependencies": {

},
"gitHead": "1fd3a966c5b152593c64f21e22268e8d0be5d3c3"
"gitHead": "d98781af4fb82ddff992bd3088b817eb1b9f2f6c"
}
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