New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.3.0 to 0.4.0

lib/index.d.ts

7

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [v0.4] – 2017-02-14
### Added
- Output type declaration file.
## [v0.3] – 2017-02-14

@@ -25,5 +29,6 @@ ### Added

[Unreleased]: https://github.com/joshforisha/fractal-noise-js/compare/v0.3...HEAD
[Unreleased]: https://github.com/joshforisha/fractal-noise-js/compare/v0.4...HEAD
[v0.4]: https://github.com/joshforisha/fractal-noise-js/compare/v0.3...v0.4
[v0.3]: https://github.com/joshforisha/fractal-noise-js/compare/v0.2...v0.3
[v0.2]: https://github.com/joshforisha/fractal-noise-js/compare/v0.1...v0.2
[v0.1]: https://github.com/joshforisha/fractal-noise-js/releases/tag/v0.1

2

package.json
{
"name": "fractal-noise",
"version": "0.3.0",
"version": "0.4.0",
"description": "Fractal noise library",

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

const TWO_PI = 2 * Math.PI
interface Options {
export interface Options {
amplitude?: number

@@ -5,0 +5,0 @@ frequency?: number

{
"compilerOptions": {
"declaration": true,
"module": "commonjs",

@@ -4,0 +5,0 @@ "outDir": "lib"

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