New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-kode

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-kode - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-1
package.json
{
"name": "react-kode",
"version": "0.0.1",
"version": "0.0.2",
"description": "React Component of code block in HTML with highlight.js ",

@@ -8,2 +8,3 @@ "main": "dist/react-kode.min.js",

"build": "rollup -c -o dist/react-kode.min.js",
"prepublish": "npm run build",
"storybook": "start-storybook -p 9001 -c .storybook"

@@ -10,0 +11,0 @@ },