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.9.0 to 0.9.1

lib/cjs/colorConverters.js

45

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

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

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

@@ -30,4 +31,7 @@ "type": "git",

"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"build": "yarn build:cjs && yarn build:esm && yarn build:types",
"build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs",
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm",
"build:types": "tsc --emitDeclarationOnly",
"clean": "rimraf lib",
"test": "jest",

@@ -49,25 +53,22 @@ "lint": "eslint . --ext .ts",

"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@types/color": "^3.0.2",
"@types/jest": "^27.4.0",
"@types/lodash.curry": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4",
"jest": "^27.4.5",
"eslint-plugin-jest": "^25.7.0",
"jest": "^27.4.7",
"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"
"ts-jest": "^27.1.3",
"typescript": "~4.5.5"
},
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14"
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9"
}

@@ -304,3 +304,3 @@ import * as base16 from 'base16';

export { Base16Theme };
export type { Base16Theme };
export * from './types';
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