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 1.0.0 to 1.0.1

.npmignore

4

CHANGELOG.md

@@ -5,4 +5,8 @@ # Change Log

## 1.0.1 - 2015-11-12
### Fixed
- Use a stricter version range for Acorn since we depend on Acorn internals.
## 1.0.0 - 2015-11-11
### Added
- Initial release

8

package.json
{
"name": "is-expression",
"version": "1.0.0",
"version": "1.0.1",
"description": "Check if a string is a valid JavaScript expression",

@@ -10,5 +10,9 @@ "keywords": [

"dependencies": {
"acorn": "^2.6.2",
"acorn": "~2.6.2",
"object-assign": "^4.0.1"
},
"devDependencies": {
"istanbul": "*",
"testit": "^2.0.2"
},
"scripts": {

@@ -15,0 +19,0 @@ "test": "node test && npm run coverage",

@@ -5,3 +5,3 @@ # is-expression

<!-- [![Build Status](https://img.shields.io/travis/TimothyGu/is-expression/master.svg)](https://travis-ci.org/TimothyGu/is-expression) -->
[![Build Status](https://img.shields.io/travis/TimothyGu/is-expression/master.svg)](https://travis-ci.org/TimothyGu/is-expression)
[![Dependency Status](https://img.shields.io/david/TimothyGu/is-expression.svg)](https://david-dm.org/TimothyGu/is-expression)

@@ -8,0 +8,0 @@ [![npm version](https://img.shields.io/npm/v/is-expression.svg)](https://www.npmjs.org/package/is-expression)

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