New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bs-generators

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-generators - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json
{
"name": "bs-generators",
"description": "BuckleScript bindings to JavaScripts Generator objects",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "bsb -make-world",

@@ -45,3 +45,3 @@ # bs-generators

/* Create a generator - pretend this comes from the outside */
let jsGen: JsGenerator.jsFn(int) = [%raw "function *() { yield 1; yield 2; yield 3 }"];
let jsGen: JsGenerator.fnU(int) = [%raw "function *() { yield 1; yield 2; yield 3 }"];
let gen = jsGen();

@@ -48,0 +48,0 @@

Sorry, the diff of this file is not supported yet

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