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

storyblok-react

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storyblok-react - npm Package Compare versions

Comparing version 0.0.10 to 0.1.0

2

lib/sb-editable.js

@@ -50,3 +50,3 @@ 'use strict';

} else {
throw new TypeError('It seems that you are using a DOM text node inside the SbEditable wrapper. Please wrap it with an HTML DOM element.');
throw new TypeError('It seems that you are using a DOM text-node inside the SbEditable wrapper. Please wrap it with an HTML DOM element.');
}

@@ -53,0 +53,0 @@ }

{
"name": "storyblok-react",
"version": "0.0.10",
"version": "0.1.0",
"description": "React component for storyblok.",

@@ -17,3 +17,5 @@ "keywords": [

"build": "babel -d lib/ src/ && date",
"build:watch": "watch 'npm run build' ./src"
"build:watch": "watch 'npm run build' ./src",
"test": "echo \"No test specified\" && exit 0",
"prepare": "npm run-script build"
},

@@ -30,3 +32,3 @@ "devDependencies": {

},
"dependencies": {
"peerDependencies": {
"react": ">=15.3.2",

@@ -33,0 +35,0 @@ "react-dom": ">=15.3.2"

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