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

fractal-noise

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fractal-noise - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

lib/mod.d.ts

32

package.json
{
"name": "fractal-noise",
"version": "1.1.0",
"version": "1.2.0",
"description": "Fractal noise library",
"main": "lib/index",
"scripts": {
"compile": "tsc",
"format": "prettier --parser typescript --write src/*.ts",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshforisha/fractal-noise-js.git"
},
"keywords": [

@@ -19,12 +9,26 @@ "noise",

],
"homepage": "https://github.com/joshforisha/fractal-noise-js#readme",
"author": "Josh Forisha <josh@forisha.com>",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/joshforisha/fractal-noise-js.git"
},
"bugs": {
"url": "https://github.com/joshforisha/fractal-noise-js/issues"
},
"homepage": "https://github.com/joshforisha/fractal-noise-js#readme",
"files": [
"lib/"
],
"main": "lib/mod.js",
"types": "lib/mod.d.ts",
"scripts": {
"compile": "tsc && denoify",
"test": "tsc --noEmit && deno test deno_lib",
"watch": "tsc --watch"
},
"devDependencies": {
"prettier": "^2.2.1",
"typescript": "^4.1.3"
"denoify": "^0.6.5",
"typescript": "^4.2.4"
}
}
# Fractal Noise
[![build](https://img.shields.io/travis/joshforisha/fractal-noise-js.svg)](https://travis-ci.org/joshforisha/fractal-noise-js)
[![npm](https://img.shields.io/npm/v/fractal-noise.svg)](https://www.npmjs.org/package/fractal-noise)
Fractal noise functions designed to be used with any noise generation algorithm.
## Install
* Deno module: [https://deno.land/x/fractal_noise](https://deno.land.x/fractal_noise)
* NPM package: [fractal-noise](https://www.npmjs.com/package/fractal-noise)
npm install fractal-noise
## Examples

@@ -13,0 +9,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