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

creepyface-dance

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creepyface-dance - npm Package Compare versions

Comparing version 7.3.10 to 7.4.1

LICENSE

2

dist/index.d.ts

@@ -15,4 +15,4 @@ import { PointProvider } from 'creepyface';

intercalate: (steps: Step[], step: Step) => Step[];
circle: (from: "s" | "n" | "ne" | "e" | "se" | "sw" | "w" | "nw", backwards?: boolean) => Step[];
circle: (from: "s" | "n" | "ne" | "e" | "se" | "sw" | "w" | "nw", clockwise?: boolean) => Step[];
};
export {};
{
"name": "creepyface-dance",
"version": "7.3.10",
"version": "7.4.1",
"main": "dist/index.js",

@@ -45,3 +45,4 @@ "types": "dist/index.d.ts",

"typescript": "^3.7.3"
}
},
"gitHead": "0cf53963490bfbf3a8d14466752cbb62a9ac6a34"
}

@@ -61,7 +61,7 @@ # Creepyface Dance · [![npm version](https://img.shields.io/npm/v/creepyface-dance.svg?style=flat)](https://www.npmjs.com/package/creepyface-dance)

| Name | Description | Example |
| ------------- | ------------------------------------------------------------------------------------ | ---------------------------------- |
| `repeat` | Repeats the given sequence a specified amouht of times. | `repeat(10)(['s', 'n'])` |
| `circle` | An 8 step move describing a circle looking to every direction from the one provided. | `circle('e')` |
| `intercalate` | Constructs a secuence consisting of the itercalation of a given sequence and a step. | `intercalate(['n', 'w'], 'crazy')` |
| Name | Description | Example |
| ------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------- |
| `repeat` | Repeats the given sequence a specified amouht of times. | `repeat(10)(['s', 'n'])` |
| `circle` | An 8 step move describing a counterclockwise circle looking to every direction from the one provided. | `circle('e')` |
| `intercalate` | Constructs a secuence consisting of the itercalation of a given sequence and a step. | `intercalate(['n', 'w'], 'crazy')` |

@@ -68,0 +68,0 @@ You can build you own moves too!

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