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.5.1 to 22.5.2

3

dist/mappers/mapObj.js

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

var value = mapValue_1["default"](context, property);
members.push(new nodes_2.ObjectInitialiserMember(line_1, column_1, start_1, end_1, raw_1, value, null, false /* isComputed */));
var isComputed = property.base instanceof nodes_1.ComputedPropertyName;
members.push(new nodes_2.ObjectInitialiserMember(line_1, column_1, start_1, end_1, raw_1, value, null, isComputed));
}

@@ -25,0 +26,0 @@ else if (property instanceof nodes_1.Assign && property.context === 'object') {

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

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

"@types/json-stable-stringify": "^1.0.32",
"@types/mocha": "^2.2.46",
"@types/node": "9.4.7",
"@types/mocha": "^5.0.0",
"@types/node": "9.6.0",
"babel": "^6.5.2",

@@ -43,0 +43,0 @@ "babel-eslint": "^8.2.1",

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