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

color-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-interfaces - npm Package Compare versions

Comparing version 0.0.22 to 0.1.0

2

dist/BaseRGBInterface.d.ts

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

import { Color } from "./ColorInterface";
import { Color } from './ColorInterface';
declare class BaseRGBInterface {

@@ -3,0 +3,0 @@ protected color: Color;

{
"name": "color-interfaces",
"version": "0.0.22",
"version": "0.1.0",
"description": "interfaces for color spaces",

@@ -30,3 +30,9 @@ "repository": "https://github.com/chriskr/color-interfaces",

"build": "cross-env NODE_ENV=production webpack --mode production",
"test": "jest --config jest.config.js && coveralls < coverage/lcov.info"
"test": "jest --config jest.config.js && coveralls < coverage/lcov.info",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},

@@ -44,3 +50,6 @@ "devDependencies": {

"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-loader": "^7.0.4",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.2",

@@ -47,0 +56,0 @@ "webpack": "^4.43.0",

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