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 22.3.0 to 22.3.1

3

dist/parser.js

@@ -17,3 +17,4 @@ "use strict";

var parse = options.useCS2 ? parseCS2_1["default"] : parseCS1AsCS2_1["default"];
var context = ParseContext_1["default"].fromSource(source, coffee_lex_1["default"], parse);
var sourceLex = function (s) { return coffee_lex_1["default"](s, { useCS2: options.useCS2 }); };
var context = ParseContext_1["default"].fromSource(source, sourceLex, parse);
fixLocations_1["default"](context, context.ast);

@@ -20,0 +21,0 @@ var program = mapProgram_1["default"](context);

{
"name": "decaffeinate-parser",
"description": "A better AST for CoffeeScript, inspired by CoffeeScriptRedux.",
"version": "22.3.0",
"version": "22.3.1",
"main": "dist/parser.js",

@@ -12,4 +12,4 @@ "module": "dist/parser.mjs",

"lint-fix": "eslint src test --fix && tslint --config tslint.json --project tsconfig.json --fix",
"pretest": "npm run lint",
"test": "mocha"
"pretest": "yarn lint",
"test": "yarn build && mocha"
},

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

"babylon": "^6.18.0",
"coffee-lex": "^9.0.0",
"coffee-lex": "^9.1.0",
"decaffeinate-coffeescript": "1.12.7-patch.2",

@@ -34,0 +34,0 @@ "decaffeinate-coffeescript2": "2.2.1-patch.3",

Sorry, the diff of this file is not supported yet

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