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

@code-not-art/core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-not-art/core - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

src/random/noise/index.ts

1

dist/index.d.ts

@@ -8,4 +8,5 @@ export { default as Canvas } from './canvas';

export { default as Random } from './random';
export { default as Noise } from './random/noise';
export { grid, GridOptions, GridTile } from './structures/grid';
export * as Utils from './utils';
//# sourceMappingURL=index.d.ts.map

4

dist/index.js

@@ -25,3 +25,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Utils = exports.grid = exports.Random = exports.Vec2 = exports.Gradient = exports.Constants = exports.Color = exports.Path = exports.Canvas = void 0;
exports.Utils = exports.grid = exports.Noise = exports.Random = exports.Vec2 = exports.Gradient = exports.Constants = exports.Color = exports.Path = exports.Canvas = void 0;
var canvas_1 = require("./canvas");

@@ -40,2 +40,4 @@ Object.defineProperty(exports, "Canvas", { enumerable: true, get: function () { return __importDefault(canvas_1).default; } });

Object.defineProperty(exports, "Random", { enumerable: true, get: function () { return __importDefault(random_1).default; } });
var noise_1 = require("./random/noise");
Object.defineProperty(exports, "Noise", { enumerable: true, get: function () { return __importDefault(noise_1).default; } });
var grid_1 = require("./structures/grid");

@@ -42,0 +44,0 @@ Object.defineProperty(exports, "grid", { enumerable: true, get: function () { return grid_1.grid; } });

{
"name": "@code-not-art/core",
"version": "0.2.2",
"version": "0.3.0",
"description": "HTML 5 Canvas Drawing Library",

@@ -38,2 +38,5 @@ "main": "dist/index.js",

"a-set-of-english-words": "^1.0.0",
"fractal-noise": "^1.2.0",
"lodash": "^4.17.21",
"open-simplex-noise": "^2.5.0",
"seed-random": "^2.2.0",

@@ -40,0 +43,0 @@ "tinycolor2": "^1.4.2",

@@ -8,3 +8,4 @@ export { default as Canvas } from './canvas';

export { default as Random } from './random';
export { default as Noise } from './random/noise';
export { grid, GridOptions, GridTile } from './structures/grid';
export * as Utils from './utils';

Sorry, the diff of this file is not supported yet

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