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

color-wheel

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-wheel - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

index.js

@@ -6,2 +6,2 @@ export { default, default as Wheel } from './Wheel.js';

import 'classnames';
import 'react-jss/injectSheet';
import 'react-jss/lib/injectSheet';
import { b as _extends, c as _objectWithoutProperties } from './chunk-8bc1c248.js';
import React from 'react';
import cn from 'classnames';
import injectSheet from 'react-jss/injectSheet';
import injectSheet from 'react-jss/lib/injectSheet';

@@ -6,0 +6,0 @@ const styles = {

{
"name": "color-wheel",
"version": "1.1.2",
"version": "1.2.0",
"description": "Color Wheel picker",
"scripts": {
"build": "rollup -c",
"pub": "npm run build && cp ../../README.md dist/ && cp package.json dist/ && npm publish dist"
"pub": "rm -rf dist && npm run build && cp ../../README.md dist/ && cp package.json dist/ && npm publish dist"
},

@@ -9,0 +9,0 @@ "repository": "https://github.com/caub/color-wheel/packages/core",

import { a as _slicedToArray, b as _extends, c as _objectWithoutProperties } from './chunk-8bc1c248.js';
import React from 'react';
import cn from 'classnames';
import injectSheet from 'react-jss/injectSheet';
import injectSheet from 'react-jss/lib/injectSheet';

@@ -6,0 +6,0 @@ var hsl2hsv = ((h, s, l) => {

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