Socket
Socket
Sign inDemoInstall

react-base16-styling

Package Overview
Dependencies
13
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.2 to 0.9.0

dist/colorConverters.d.ts

25

package.json
{
"name": "react-base16-styling",
"version": "0.8.2",
"version": "0.9.0",
"description": "React styling with base16 color scheme support",

@@ -18,7 +18,8 @@ "keywords": [

"files": [
"lib",
"dist",
"src"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/react-base16-styling.cjs.js",
"module": "dist/react-base16-styling.esm.js",
"types": "dist/index.d.ts",
"repository": {

@@ -29,6 +30,4 @@ "type": "git",

"scripts": {
"build": "yarn run build:types && yarn run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
"clean": "rimraf lib",
"build": "rollup -c",
"clean": "rimraf dist",
"test": "jest",

@@ -41,2 +40,3 @@ "lint": "eslint . --ext .ts",

"dependencies": {
"@babel/runtime": "^7.16.7",
"@types/base16": "^1.0.2",

@@ -50,6 +50,8 @@ "@types/lodash": "^4.14.178",

"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@types/color": "^3.0.2",

@@ -65,6 +67,9 @@ "@types/jest": "^27.4.0",

"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup-plugin-typescript2": "^0.31.1",
"ts-jest": "^27.1.2",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
},
"gitHead": "88efc25786b0ff950646533e228f597716e79df9"
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc