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

slate-prop-types

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slate-prop-types - npm Package Compare versions

Comparing version 0.4.20 to 0.4.21

lib/slate-prop-types.js.map

18

Changelog.md

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

# Changelog

@@ -6,6 +5,4 @@

---
### `0.4.0` — October 27, 2017

@@ -15,8 +12,6 @@

- **Remove all previously deprecated code paths.** This helps to reduce some of the complexity in Slate by not having to handle these code paths anymore. And it helps to reduce file size. When upgrading, it's _highly_ recommended that you upgrade to the previous version first and ensure there are no deprecation warnings being logged, then upgrade to this version.
* **Remove all previously deprecated code paths.** This helps to reduce some of the complexity in Slate by not having to handle these code paths anymore. And it helps to reduce file size. When upgrading, it's _highly_ recommended that you upgrade to the previous version first and ensure there are no deprecation warnings being logged, then upgrade to this version.
---
### `0.3.0` — October 27, 2017

@@ -26,12 +21,10 @@

- **Updated to work with `slate@0.29.0`.** This is required because `slate-prop-types` needs access to the new `Value` model.
* **Updated to work with `slate@0.29.0`.** This is required because `slate-prop-types` needs access to the new `Value` model.
###### DEPRECATED
- **The `state` prop type has been renamed to `value`.** This is to stay in line with `slate-react@0.29.0` where the `State` object was renamed.
* **The `state` prop type has been renamed to `value`.** This is to stay in line with `slate-react@0.29.0` where the `State` object was renamed.
---
### `0.2.0` — October 14, 2017

@@ -41,11 +34,8 @@

- **Updated work with `slate@0.27.0`.** The new version of Slate renames the old `Range` model to `Leaf`, and the old `Selection` model to `Range`.
* **Updated work with `slate@0.27.0`.** The new version of Slate renames the old `Range` model to `Leaf`, and the old `Selection` model to `Range`.
---
### `0.1.0` — September 17, 2017
:tada:

@@ -129,1 +129,2 @@ 'use strict';

exports.default = Types;
//# sourceMappingURL=slate-prop-types.js.map
{
"name": "slate-prop-types",
"description": "A set of React prop type checkers for Slate editors.",
"version": "0.4.20",
"version": "0.4.21",
"license": "MIT",

@@ -16,3 +16,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git",

"dependencies": {
"slate-dev-logger": "^0.1.38"
"slate-dev-logger": "^0.1.39"
},

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

"mocha": "^2.5.3",
"slate": "^0.32.3"
"slate": "^0.32.4"
},

@@ -28,0 +28,0 @@ "scripts": {

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

This package contains a set of React prop types for Slate values that you can use in your own components and plugins.
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