Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ajs

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajs - npm Package Compare versions

Comparing version 1.2.16 to 1.2.17

2

lib/parser.js

@@ -380,3 +380,3 @@ 'use strict';

Parser.prototype._const = function () {
Parser.prototype._const = function (noIn) {
return this._node(Node.CONST, this._vardefs(noIn));

@@ -383,0 +383,0 @@ };

@@ -14,3 +14,3 @@ {

],
"version": "1.2.16",
"version": "1.2.17",
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",

@@ -92,2 +92,2 @@ "contributors": [

]
}
}

@@ -14,2 +14,3 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

- Control flow with `<% %>`

@@ -119,5 +120,7 @@ - Escaped output with `<%= %>` (escape function configurable)

2. For bug reports and feature requests, open issues. :bug:
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
## :memo: Documentation

@@ -124,0 +127,0 @@

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