Socket
Socket
Sign inDemoInstall

ret

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ret - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

dist/index.d.ts

33

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.3.1",
"version": "0.3.2",
"repository": {

@@ -17,23 +17,28 @@ "type": "git",

},
"author": "fent (https://github.com/fent)",
"main": "./lib/index.js",
"types": "./typings/index.d.ts",
"author": "fent <fentbox@gmail.com> (https://github.com/fent)",
"main": "./dist/index.js",
"files": [
"lib",
"typings"
"dist"
],
"scripts": {
"test": "istanbul cover vows -- --spec test/*-test.js"
"test": "nyc --extension .ts --reporter=lcov --reporter=text-summary vows -- --spec test/*-test.js",
"build": "tsc",
"prepare": "tsc",
"lint": "eslint ./lib ./test",
"lint:fix": "eslint --fix ./lib ./test"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"istanbul": "^0.4.5",
"vows": "^0.8.2"
"@types/node": "^14.11.8",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"nyc": "^14.1.1",
"typescript": "^4.0.3",
"vows": "^0.8.3"
},
"engines": {
"node": ">=4"
"node": ">=10"
},
"license": "MIT"
"license": "MIT",
"dependencies": {}
}

@@ -5,4 +5,3 @@ # Regular Expression Tokenizer

[![Build Status](https://secure.travis-ci.org/fent/ret.js.svg)](http://travis-ci.org/fent/ret.js)
[![Dependency Status](https://david-dm.org/fent/ret.js.svg)](https://david-dm.org/fent/ret.js)
![Depfu](https://img.shields.io/depfu/fent/ret.js)
[![codecov](https://codecov.io/gh/fent/ret.js/branch/master/graph/badge.svg)](https://codecov.io/gh/fent/ret.js)

@@ -15,3 +14,3 @@

var tokens = ret(/foo|bar/.source);
let tokens = ret(/foo|bar/.source);
```

@@ -518,1 +517,5 @@

```
# Security
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
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