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

cuttlebelle

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuttlebelle - npm Package Versions

13
8

1.0.0-alpha.70

Diff

Changelog

Source

v1.0.0-alpha.70

  • Disabled mangle email links by default (https://marked.js.org/#/USING_ADVANCED.md#options)
  • Updated dependencies, fixed lodash security bug. Major changes:
- "fs-extra": "^8.1.0",
+ "fs-extra": "^9.0.1",
- "marked": "^0.8.0",
+ "marked": "^1.1.1",
- "node-notifier": "^6.0.0",
+ "node-notifier": "^7.0.1",
Minor changes:
- "@babel/core": "^7.8.7",
+ "@babel/core": "^7.10.5",
- "@babel/plugin-proposal-object-rest-spread": "^7.8.3",
+ "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
- "@babel/plugin-transform-runtime": "^7.8.3",
+ "@babel/plugin-transform-runtime": "^7.10.5",
- "@babel/preset-env": "^7.8.7",
+ "@babel/preset-env": "^7.10.4",
- "@babel/preset-react": "^7.8.3",
+ "@babel/preset-react": "^7.10.4",
- "@babel/register": "^7.8.6",
+ "@babel/register": "^7.10.5",
- "@babel/runtime": "^7.8.7",
+ "@babel/runtime": "^7.10.5",
- "browser-sync": "^2.26.7",
+ "browser-sync": "^2.26.9",
- "js-yaml": "^3.13.1",
+ "js-yaml": "^3.14.0",
- "react": "^16.13.0",
+ "react": "^16.13.1",
- "react-dom": "^16.13.0",
+ "react-dom": "^16.13.1",
- "slugify": "^1.4.0",
+ "slugify": "^1.4.4",
dominikwilkowski
published 1.0.0-alpha.69 •

Changelog

Source

v1.0.0-alpha.69

  • Disabled Windows support as it's too hard to maintain
  • Deprecated support for node 8
  • Updated dependencies, fixed acorn security bug. Minor changes:
- "@babel/core": "^7.7.7",
+ "@babel/core": "^7.8.7",
- "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
+ "@babel/plugin-proposal-object-rest-spread": "^7.8.3",
- "@babel/plugin-syntax-dynamic-import": "^7.7.4",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.7.6",
+ "@babel/plugin-transform-runtime": "^7.8.3",
- "@babel/preset-env": "^7.7.7",
+ "@babel/preset-env": "^7.8.7",
- "@babel/preset-react": "^7.7.4",
+ "@babel/preset-react": "^7.8.3",
- "@babel/register": "^7.7.7",
+ "@babel/register": "^7.8.6",
- "@babel/runtime": "^7.7.7",
+ "@babel/runtime": "^7.8.7",
- "react": "^16.12.0",
+ "react": "^16.13.0",
- "react-docgen": "^5.0.0",
+ "react-docgen": "^5.3.0",
- "react-dom": "^16.12.0",
+ "react-dom": "^16.13.0",
- "slugify": "^1.3.6",
+ "slugify": "^1.4.0",
dominikwilkowski
published 1.0.0-alpha.68 •

Changelog

Source

v1.0.0-alpha.68

  • Updated dependencies, fixed handlebars security bug. Major changes:
- "marked": "^0.7.0",
+ "marked": "^0.8.0",
- "node-notifier": "^5.4.0",
+ "node-notifier": "^6.0.0",
- "react-docgen": "^4.1.1",
+ "react-docgen": "^5.0.0",
dominikwilkowski
published 1.0.0-alpha.67 •

Changelog

Source

v1.0.0-alpha.67

  • Updated dependencies, fixed lodash security bug. Major changes:
- "marked": "^0.6.3",
+ "marked": "^0.7.0",
dominikwilkowski
published 1.0.0-alpha.66 •

Changelog

Source

v1.0.0-alpha.66

  • Fixed TypeError: input.replace is not a function error in cli output
dominikwilkowski
published 1.0.0-alpha.65 •

Changelog

Source

v1.0.0-alpha.65

  • Fixed how errors are reported when docs failed to generate an example yaml
  • Fixed some CSS for docs
  • Updated dependencies, fixed axios security bug again... Major changes:
- "del": "^4.1.1",
+ "del": "^5.0.0",
- "fs-extra": "^7.0.1",
+ "fs-extra": "^8.1.0",
  • Deprecated support for Node 6
dominikwilkowski
published 1.0.0-alpha.64 •

Changelog

Source

v1.0.0-alpha.64

  • When quitting the watch an error would occur siting SIGINT which is just the signal to exit the program. We skip that "error" now.
  • When combining -w and -n flags the watch would not run. It does now.
dominikwilkowski
published 1.0.0-alpha.63 •

Changelog

Source

v1.0.0-alpha.63

  • Added getInitialProps for async data fetching
dominikwilkowski
published 1.0.0-alpha.62 •

Changelog

Source

v1.0.0-alpha.62

  • Updated dependencies, fixed axios security bug. Major changes:
- "del": "^3.0.0",
+ "del": "^4.1.1",
- "copy-dir": "^0.4.0",
+ "copy-dir": "^1.1.0",
+ "replace-in-file": "^3.4.3",
- "replace-in-file": "^4.1.0",
  • DRY code refactor for recursive folder lookup
  • Added end-to-end test for init option
dominikwilkowski
published 1.0.0-alpha.60 •

Changelog

Source

v1.0.0-alpha.60

  • Dependency updates:
    • @babel/core 7.2.2 -> 7.3.4
    • @babel/plugin-proposal-object-rest-spread 7.3.2 -> 7.3.4
    • @babel/plugin-transform-runtime 7.2.0 -> 7.3.4
    • @babel/preset-env 7.3.1 -> `7.3.4
    • @babel/runtime 7.3.1 -> 7.3.4
    • marked 0.6.0 -> 0.6.1
    • js-yaml 3.12.1 -> 3.12.2
    • prop-types 15.7.1 -> 15.7.2
    • react 16.8.1 -> 16.8.3
    • react-docgen 3.0.0 -> 4.0.1
    • react-dom 16.8.1 -> 16.8.3
  • Dev dependency updates:
    • flow-bin 0.92.1 -> 0.93.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