Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

super-color

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-color - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/index.d.ts

@@ -1,2 +0,4 @@

export { SuperColor as default } from './SuperColor';
export * from './types';
export { SuperColor as default } from "./SuperColor";
export * from "./constants";
export * from "./functions";
export * from "./types";

@@ -20,2 +20,4 @@ "use strict";

Object.defineProperty(exports, "default", { enumerable: true, get: function () { return SuperColor_1.SuperColor; } });
__exportStar(require("./constants"), exports);
__exportStar(require("./functions"), exports);
__exportStar(require("./types"), exports);
{
"name": "super-color",
"version": "1.0.2",
"version": "1.0.3",
"description": "Small & Fast Color conversion library.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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