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

sqrl-load-functions

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-load-functions - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

2

lib/index.js

@@ -12,3 +12,3 @@ "use strict";

const buffer = state.getFilesystem().tryRead(path.join(pwd, filePath));
sqrl_1.sqrlInvariant(sourceAst, buffer, "Could not find file: %s", filePath);
(0, sqrl_1.sqrlInvariant)(sourceAst, buffer, "Could not find file: %s", filePath);
return buffer.toString("utf-8");

@@ -15,0 +15,0 @@ }

{
"name": "sqrl-load-functions",
"version": "0.6.8",
"version": "0.6.9",
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for loading data",
"homepage": "https://twitter.github.io/sqrl",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-load-functions",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-load-functions",
"directories": {

@@ -40,8 +40,8 @@ "lib": "lib",

"devDependencies": {
"@types/jest": "^24.0.18",
"@types/jest": "^27.4.1",
"@types/node": "^11.9.5",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^8.3.0",
"typescript": "^3.9.7"
"typescript": "^4.8.4"
},

@@ -53,5 +53,5 @@ "engines": {

"js-yaml": "^3.13.1",
"sqrl": "^0.6.8"
"sqrl": "^0.6.9"
},
"gitHead": "43c653144f3e4947ce96d4d62d5fc5fc3200e79e"
"gitHead": "d6f4789442ac2e1dea7b1f39b87c6db3395fd815"
}

@@ -1,2 +0,2 @@

# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://github.com/sqrl-lang/sqrl/actions/workflows/tests.yml/badge.svg)](https://github.com/qix/sqrl/actions/workflows/tests.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

@@ -9,18 +9,12 @@ # `sqrl-load-functions` package

See [sqrl-load-functions documentation](https://twitter.github.io/sqrl/packages/sqrl-load-functions.html) on the website
See [sqrl-load-functions documentation](https://sqrl-lang.github.io/sqrl/packages/sqrl-load-functions.html) on the website
# SQRL documentation
Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation
Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation
## Support
Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub.
Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub.
## Contributing
We feel that a welcoming community is important and we ask that you follow Twitter's
[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md)
in all interactions with the community.
## License

@@ -31,5 +25,1 @@

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
## Security Issues
Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub.
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