Socket
Socket
Sign inDemoInstall

safe-regex-test

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-regex-test - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [v1.0.2](https://github.com/ljharb/safe-regex-test/compare/v1.0.1...v1.0.2) - 2024-01-11
### Commits
- [meta] package.json `sideEffects` should be boolean [`094bb88`](https://github.com/ljharb/safe-regex-test/commit/094bb88d93ce25e26d20f5badee4e45acf0e3ac5)
## [v1.0.1](https://github.com/ljharb/safe-regex-test/compare/v1.0.0...v1.0.1) - 2024-01-09

@@ -10,0 +16,0 @@

4

package.json
{
"name": "safe-regex-test",
"version": "1.0.1",
"version": "1.0.2",
"description": "Give a regex, get a robust predicate function that tests it against a string.",

@@ -10,3 +10,3 @@ "main": "index.js",

},
"sideEffects": "false",
"sideEffects": false,
"scripts": {

@@ -13,0 +13,0 @@ "prepack": "npmignore --auto --commentLines=autogenerated",

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