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

sqrl

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqrl - npm Package Compare versions

Comparing version 0.6.6-beta.0 to 0.6.6-beta.1

4

lib/compile/SqrlSourcePrinter.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const prettier = require("prettier/standalone");
const prettierBabylon = require("prettier/parser-babylon");
const prettierBabel = require("prettier/parser-babel");
const invariant_1 = require("../jslib/invariant");

@@ -98,3 +98,3 @@ class SqrlSourcePrinter {

parser: "babel",
plugins: [prettierBabylon]
plugins: [prettierBabel]
})

@@ -101,0 +101,0 @@ .trim();

{
"name": "sqrl",
"version": "0.6.6-beta.0",
"version": "0.6.6-beta.1",
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - engine",

@@ -49,3 +49,3 @@ "license": "Apache-2.0",

"prettier": "^2.1.2",
"sqrl-common": "^0.6.6-beta.0"
"sqrl-common": "^0.6.6-beta.1"
},

@@ -64,3 +64,3 @@ "devDependencies": {

"rimraf": "^3.0.0",
"sqrl-test-utils": "^0.6.6-beta.0",
"sqrl-test-utils": "^0.6.6-beta.1",
"ts-jest": "^24.0.2",

@@ -77,3 +77,3 @@ "ts-node": "^8.3.0",

},
"gitHead": "827059e1e7a0179af6af4bd6979df9c3daa11b58"
"gitHead": "6377d05689e1664ab02b6f2fee26eba3357bfc08"
}
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