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

loony

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loony - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "loony",
"version": "0.0.2",
"version": "0.0.3",
"description": "A library for building Javascript DSLs",

@@ -5,0 +5,0 @@ "author": "Sufyan Dawoodjee <eejdoowad@gmail.com>",

@@ -5,3 +5,3 @@ # Loony &middot; [![License](https://img.shields.io/github/license/lusakasa/loony.svg)](https://github.com/lusakasa/loony/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/loony.svg)](https://www.npmjs.com/package/loony)

First you define your language using [nearely](https://github.com/kach/nearley). Then you write *programs* with method chaining and recursive tagged template calls.
First you define your language using [nearley](https://github.com/kach/nearley). Then you write *programs* with method chaining and recursive tagged template calls.

@@ -66,3 +66,3 @@ Compiled programs either produce an output or throw an error if you've written an invalid program.

`sql.js` was generated from the [nearely](https://github.com/kach/nearley) grammar file `sql.ne`:
`sql.js` was generated from the [nearley](https://github.com/kach/nearley) grammar file `sql.ne`:

@@ -69,0 +69,0 @@ ```ne

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