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

decaffeinate-parser

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decaffeinate-parser - npm Package Compare versions

Comparing version 1.2.17 to 1.2.18

5

dist/decaffeinate-parser.es6.js

@@ -2020,2 +2020,7 @@ import * as CoffeeScript from 'coffee-script';

case 'yield*':
return makeNode('YieldFrom', op.locationData, {
expression: convertChild(op.first)
});
default:

@@ -2022,0 +2027,0 @@ throw new Error('unknown unary operator: ' + op.operator);

6

package.json
{
"name": "decaffeinate-parser",
"version": "1.2.17",
"version": "1.2.18",
"description": "A better AST for CoffeeScript, inspired by CoffeeScriptRedux.",

@@ -10,3 +10,3 @@ "main": "dist/decaffeinate-parser.umd.js",

"prepublish": "npm run build",
"test": "mocha --compilers js:babel-register"
"test": "mocha"
},

@@ -25,3 +25,3 @@ "keywords": [

"binary-search": "^1.2.0",
"coffee-lex": "^1.3.11",
"coffee-lex": "^1.4.1",
"coffee-script": "^1.10.0"

@@ -28,0 +28,0 @@ },

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