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

@datacamp/waffles-card

Package Overview
Dependencies
Maintainers
50
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datacamp/waffles-card - npm Package Compare versions

Comparing version 0.1.20 to 0.2.0

babel7.config.js

11

CHANGELOG.md

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

# [0.2.0](https://github.com/datacamp-engineering/design-system/tree/master/packages/react-components/card/compare/@datacamp/waffles-card@0.1.20...@datacamp/waffles-card@0.2.0) (2019-08-12)
### Features
* expose react component for Card ([5f294b6](https://github.com/datacamp-engineering/design-system/tree/master/packages/react-components/card/commit/5f294b6))
## [0.1.20](https://github.com/datacamp/design-system/compare/@datacamp/waffles-card@0.1.19...@datacamp/waffles-card@0.1.20) (2019-06-11)

@@ -8,0 +19,0 @@

63

package.json
{
"name": "@datacamp/waffles-card",
"version": "0.1.20",
"description": "The Waffles card",
"keywords": [
"card"
"version": "0.2.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"license": "UNLICENSED",
"sideEffects": [
"lib/sideEffects/*",
"es/sideEffects/*"
],
"author": "Dan Denney <dd.subscriptions@gmail.com>",
"homepage": "https://github.com/datacamp/design-system/tree/master/packages/card/README.md",
"license": "ISC",
"main": "lib/card.js",
"scripts": {},
"bugs": {
"url": "https://github.com/datacamp/design-system/issues"
"repository": {
"type": "git",
"url": "https://github.com/datacamp-engineering/design-system/tree/master/packages/react-components/card/"
},
"gitHead": "eb87f635aa12ad7c59b19a5a69e642fc2e44f4b2"
"scripts": {
"build:cjs": "BABEL_ENV=cjs babel src --extensions '.tsx','.ts' --out-dir lib --ignore \"src/**/*.spec.tsx\",\"src/**/*.spec.ts\" --config-file ./babel7.config.js",
"build:es": "BABEL_ENV=es babel src --extensions '.tsx','.ts' --out-dir es --ignore \"src/**/*.spec.tsx\",\"src/**/*.spec.ts\" --config-file ./babel7.config.js",
"build:legacy": "copyfiles -u 1 legacy/*.scss lib",
"clean": "rm -rf lib es types",
"build:types": "tsc --rootDir src --declarationDir types --emitDeclarationOnly",
"build": "yarn build:types && yarn build:cjs && yarn build:es && yarn build:legacy",
"prepare": " yarn clean && yarn build",
"test": "jest",
"type-check": "tsc --noEmit",
"watch": "yarn build:es --watch"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@datacamp/waffles-axe-render": "^1.1.2",
"@datacamp/waffles-babel-preset": "^1.2.1",
"@datacamp/waffles-tsconfig": "^1.1.1",
"@testing-library/jest-dom": "4.0.0",
"@testing-library/react": "8.0.7",
"@types/jest": "24.0.17",
"@types/lodash": "4.14.136",
"babel-jest": "24.6.0",
"jest": "24.6.0",
"jest-emotion": "10.0.14",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@datacamp/waffles-tokens": "^0.6.1",
"@emotion/core": "^10.0.15",
"lodash": "^4.17.13",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"gitHead": "031e8c810ae445703549231f371fc1665ae9e266"
}
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