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

@batpb/genart-palettes

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batpb/genart-palettes - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

out/index.d.ts

36

package.json
{
"name": "@batpb/genart-palettes",
"version": "0.3.1",
"version": "0.3.2",
"description": "Color palette classes and methods for the brittni and the polar bear generative art library.",
"main": "./out/dist/src/main/index.js",
"types": "./out/dist/src/main/index.d.ts",
"main": "./out/index.js",
"types": "./out/index.d.ts",
"files": [
"./out/dist/src/main/**",
"./out/index.d.ts",
"./out/index.d.ts.map",
"./out/index.js",
"./out/index.js.map",
"./.node-version",
"./LICENSE",
"./package.json",
"./package-lock.json",
"./README.md"
],
"scripts": {
"lint": "npx eslint ./src",
"build:source": "rm -r ./out; npx tsc",
"build:types": "rm -r ./api; npx api-extractor run --local --verbose",
"test": "rm -r ./out/tests-coverage; npx jest",
"prepack": "npm run build:source; npm run build:types"
"build:source": "rm -r ./out; rollup --config",
"test": "rm -r ./out/tests-coverage; jest",
"prepack": "npm run build:source"
},

@@ -55,10 +55,9 @@ "repository": {

"dependencies": {
"@batpb/genart-base": "^0.3.1",
"@batpb/genart-base": "^0.3.2",
"@types/p5": "^1.7.6",
"p5": "^1.9.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"p5": "^1.9.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.12",

@@ -70,5 +69,10 @@ "@typescript-eslint/eslint-plugin": "^7.0.1",

"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.12.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-ts": "^3.4.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}
# Generative Art Library: Color Palettes
Copyright (C) 2023-2024 brittni and the polar bear LLC
Copyright (C) 2023-2024 brittni and the polar bear LLC.

@@ -5,0 +5,0 @@ Color palette classes and methods for the brittni and the polar bear [generative art library](https://github.com/brittni-and-the-polar-bear/generative-art-library).

Sorry, the diff of this file is not supported yet

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