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

coffee-lex

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-lex - npm Package Compare versions

Comparing version 7.0.7 to 7.0.8

13

package.json

@@ -8,9 +8,6 @@ {

"scripts": {
"build": "./script/build",
"lint": "tslint --config tslint.json --project tsconfig.json --type-check",
"lint-fix": "tslint --config tslint.json --project tsconfig.json --type-check --fix",
"pretest": "npm run lint",
"test": "mocha",
"prepublish": "npm run lint && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"pretest": "yarn run lint",
"test": "mocha"
},

@@ -38,4 +35,4 @@ "repository": {

"@types/mocha": "^2.2.37",
"@types/node": "^7.0.0",
"decaffeinate-coffeescript": "^1.10.0-patch15",
"@types/node": "^8.0.0",
"decaffeinate-coffeescript": "^1.10.0-patch25",
"mocha": "^3.2.0",

@@ -50,3 +47,3 @@ "semantic-release": "^6.3.5",

},
"version": "7.0.7"
"version": "7.0.8"
}

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

# coffee-lex [![Build Status](https://travis-ci.org/decaffeinate/coffee-lex.svg?branch=master)](https://travis-ci.org/decaffeinate/coffee-lex) [![npm version](https://badge.fury.io/js/coffee-lex.svg)](https://badge.fury.io/js/coffee-lex) [![Greenkeeper badge](https://badges.greenkeeper.io/decaffeinate/coffee-lex.svg)](https://greenkeeper.io/)
# coffee-lex [![Build Status](https://travis-ci.org/decaffeinate/coffee-lex.svg?branch=master)](https://travis-ci.org/decaffeinate/coffee-lex) [![package version](https://badge.fury.io/js/coffee-lex.svg)](https://badge.fury.io/js/coffee-lex) [![Greenkeeper badge](https://badges.greenkeeper.io/decaffeinate/coffee-lex.svg)](https://greenkeeper.io/)

@@ -7,5 +7,8 @@ Stupid lexer for CoffeeScript.

```bash
# via yarn
$ yarn add coffee-lex
# via npm
$ npm install coffee-lex
```
$ npm install [--save] coffee-lex
```

@@ -12,0 +15,0 @@ ## Usage

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