Socket
Socket
Sign inDemoInstall

jssm

Package Overview
Dependencies
Maintainers
1
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jssm - npm Package Compare versions

Comparing version 5.72.4 to 5.72.5

71

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

929 merges; 120 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
931 merges; 120 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)

@@ -26,2 +26,35 @@

## [Untagged] - 6/25/2022 8:12:11 AM
Commit [dc3096f064e58ea616899b12d3d25c973f326c1c](https://github.com/StoneCypher/jssm/commit/dc3096f064e58ea616899b12d3d25c973f326c1c)
Author: `John Haugeland <stonecypher@gmail.com>`
Merges [a184324, 8762d17]
* Merge pull request #502 from StoneCypher/AllowHooksToChangeData
* Allow hooks to change data
&nbsp;
&nbsp;
## [Untagged] - 6/25/2022 8:08:38 AM
Commit [8762d17bd69cdf48f522dbd6ee188f46e29a0c06](https://github.com/StoneCypher/jssm/commit/8762d17bd69cdf48f522dbd6ee188f46e29a0c06)
Author: `John Haugeland <stonecypher@gmail.com>`
* Hooks can change data, fixes StoneCypher/fsl#932
&nbsp;
&nbsp;
## [Untagged] - 6/25/2022 7:15:46 AM

@@ -143,36 +176,2 @@

* the conversion continues
&nbsp;
&nbsp;
<a name="5__72__2" />
## [5.72.2] - 6/24/2022 5:49:06 PM
Commit [b0cbe1c1ae0199c8d78a82f624e8ee94b344cf71](https://github.com/StoneCypher/jssm/commit/b0cbe1c1ae0199c8d78a82f624e8ee94b344cf71)
Author: `John Haugeland <stonecypher@gmail.com>`
* Normalize hook return pattern, fixes StoneCypher/fsl#930
&nbsp;
&nbsp;
<a name="5__72__1" />
## [5.72.1] - 6/24/2022 4:55:33 PM
Commit [547e35599ed312bf5300d3f1685e2cb16b80a73e](https://github.com/StoneCypher/jssm/commit/547e35599ed312bf5300d3f1685e2cb16b80a73e)
Author: `John Haugeland <stonecypher@gmail.com>`
* Can read data from outside, fixes StoneCypher/fsl#929
* the conversion continues

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

const version = "5.72.4";
const version = "5.72.5";
export { version };

@@ -25,4 +25,10 @@

collectCoverageFrom: ["src/ts/**/{!(jssm-dot),}.{js,ts}"]
collectCoverageFrom: ["src/ts/**/{!(jssm-dot),}.{js,ts}"],
reporters: [
['default', {}],
['jest-json-reporter2', { outputDir: './coverage/spec', outputFile: 'metrics.json', fullOutput: false }],
// ['jest-json-reporter2', { outputDir: './coverage/spec', outputFile: 'extended-metrics.json', fullOutput: true }],
]
};
{
"name": "jssm",
"version": "5.72.4",
"version": "5.72.5",
"engines": {

@@ -50,3 +50,3 @@ "node": ">=10.0.0"

"benny": "node ./src/buildjs/benchmark.js",
"build": "npm run vet && npm run test && npm run site && npm run changelog && npm run docs",
"build": "npm run vet && npm run test && npm run site && npm run changelog && npm run docs && npm run readme",
"clean_bench": "npm run test && npm run benny",

@@ -60,2 +60,3 @@ "qbuild": "npm run test",

"docs": "typedoc src/ts/jssm.ts --options typedoc-options.js",
"readme": "rm ./README.md && node ./src/buildjs/make_readme.js",
"changelog": "rm -f CHANGELOG.md && rm -f ./src/doc_md/CHANGELOG.md && better_git_changelog -b && cp CHANGELOG.* ./src/doc_md/"

@@ -124,2 +125,3 @@ },

"jest": "^27.3.1",
"jest-json-reporter2": "^1.1.0",
"pegjs": "^0.10.0",

@@ -126,0 +128,0 @@ "rollup": "^2.72.1",

@@ -0,1 +1,24 @@

<!--
I8, 8 ,8I 88
`8b d8b d8' ""
"8, ,8"8, ,8"
Y8 8P Y8 8P ,adPPYYba, 8b,dPPYba, 8b,dPPYba, 88 8b,dPPYba, ,adPPYb,d8
`8b d8' `8b d8' "" `Y8 88P' "Y8 88P' `"8a 88 88P' `"8a a8" `Y88
`8a a8' `8a a8' ,adPPPPP88 88 88 88 88 88 88 8b 88
`8a8' `8a8' 88, ,88 88 88 88 88 88 88 "8a, ,d88
`8' `8' `"8bbdP"Y8 88 88 88 88 88 88 `"YbbdP"Y8
aa, ,88
"Y8bbdP"
This file is generated. If you edit it, the edits ***will be lost***.
----------------------
Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.72.5 at 6/25/2022, 10:53:38 AM
-->
# jssm

@@ -5,3 +28,3 @@

tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
share online. Easy to embed.
share online. Easy to embed. ***4,611 tests***.

@@ -8,0 +31,0 @@ Readable, useful state machines as one-liner strings.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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