Socket
Socket
Sign inDemoInstall

@datacamp/waffles-utils

Package Overview
Dependencies
9
Maintainers
47
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.8 to 1.2.9

8

CHANGELOG.md

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

## [1.2.9](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@1.2.8...@datacamp/waffles-utils@1.2.9) (2019-12-02)
**Note:** Version bump only for package @datacamp/waffles-utils
## [1.2.8](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@1.2.7...@datacamp/waffles-utils@1.2.8) (2019-11-26)

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

12

package.json
{
"name": "@datacamp/waffles-utils",
"version": "1.2.8",
"version": "1.2.9",
"description": "Various collection of things to be shared across waffles packages",

@@ -28,6 +28,6 @@ "author": "Louis Bailey <louis@datacamp.com>",

"devDependencies": {
"@babel/cli": "7.7.0",
"@babel/cli": "7.7.4",
"@babel/core": "7.7.4",
"@datacamp/waffles-babel-preset": "^1.3.8",
"@datacamp/waffles-tsconfig": "^1.1.4",
"@datacamp/waffles-babel-preset": "^1.3.9",
"@datacamp/waffles-tsconfig": "^1.1.5",
"babel-jest": "24.9.0",

@@ -38,3 +38,3 @@ "jest": "24.9.0",

"dependencies": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.13"

@@ -45,3 +45,3 @@ },

},
"gitHead": "00f3de0195ff38c8641db0fcd197da58b5b7e085"
"gitHead": "7501825aad797a0f6fa556f69a6ce861cb99e2e4"
}
export { default as computeDataAttributes } from './computeDataAttributes';
export {
default as ssrSafeFirstChildSelector,
} from './ssrSafeFirstChildSelector';
export { default as ssrSafeFirstChildSelector } from './ssrSafeFirstChildSelector';
export { default as isChildType } from './isChildType';
export { default as computeDataAttributes } from './computeDataAttributes';
export { default as ssrSafeFirstChildSelector, } from './ssrSafeFirstChildSelector';
export { default as ssrSafeFirstChildSelector } from './ssrSafeFirstChildSelector';
export { default as isChildType } from './isChildType';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc