Socket
Socket
Sign inDemoInstall

gensequence

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

package.json
{
"name": "gensequence",
"version": "0.1.0",
"version": "0.1.1",
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
"main": "lib/index.js",
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -9,0 +8,0 @@ "@types/chai": "^3.4.34",

2

README.md
# GenSequence
Small library to simplify working with Generators and Iterators in Javascript / Typescript
Javascript (generators)[https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Generator], (Iterators and Generators)[https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Iterators_and_Generators]
Javascript [Iterators and Generators](https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Iterators_and_Generators)
are very exciting and provide some powerful new ways to solve programming problems.

@@ -6,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc