Socket
Socket
Sign inDemoInstall

is-expression

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-expression - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
Version 4.0.0 onwards are documented in [Releases](https://github.com/pugjs/is-expression/releases).
This project adheres to [Semantic Versioning](http://semver.org/).

@@ -4,0 +6,0 @@

{
"name": "is-expression",
"version": "3.0.0",
"version": "4.0.0",
"files": [
"index.js"
],
"description": "Check if a string is a valid JavaScript expression",

@@ -10,12 +13,12 @@ "keywords": [

"dependencies": {
"acorn": "~4.0.2",
"object-assign": "^4.0.1"
"acorn": "^7.1.1",
"object-assign": "^4.1.1"
},
"devDependencies": {
"istanbul": "*",
"testit": "^2.0.2"
"nyc": "^15.0.1",
"testit": "^3.1.0"
},
"scripts": {
"test": "node test && npm run coverage",
"coverage": "istanbul cover test.js"
"coverage": "nyc node test.js"
},

@@ -22,0 +25,0 @@ "repository": {

@@ -7,2 +7,3 @@ # is-expression

[![Dependency Status](https://img.shields.io/david/pugjs/is-expression.svg)](https://david-dm.org/pugjs/is-expression)
[![Rolling Versions](https://img.shields.io/badge/Rolling%20Versions-Enabled-brightgreen)](https://rollingversions.com/pugjs/is-expression)
[![npm version](https://img.shields.io/npm/v/is-expression.svg)](https://www.npmjs.org/package/is-expression)

@@ -9,0 +10,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