New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cwise-parser

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwise-parser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

0

index.js

@@ -0,0 +0,0 @@ "use strict"

12

package.json
{
"name": "cwise-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parser for cwise",

@@ -10,14 +10,14 @@ "main": "index.js",

"dependencies": {
"esprima": "~1.0.3",
"esprima": "^1.0.3",
"uniq": "^1.0.0"
},
"devDependencies": {
"tape": "~1.0.4"
"tape": "^4.0.0"
},
"scripts": {
"test": "tap test/*.js"
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/cwise-parser.git"
"url": "git://github.com/scijs/cwise-parser.git"
},

@@ -35,4 +35,4 @@ "keywords": [

"bugs": {
"url": "https://github.com/mikolalysenko/cwise-parser/issues"
"url": "https://github.com/scijs/cwise-parser/issues"
}
}
cwise-parser
============
New preprocessor for cwise.
New preprocessor for cwise. Not intended to be run by itself (use [cwise](https://github.com/scijs/cwise) instead).
[![build status](https://secure.travis-ci.org/scijs/cwise-parser.png)](http://tr
avis-ci.org/scijs/cwise-parser)
# Install
Install using [npm](https://www.npmjs.com/):
npm install cwise-parser
# License
(c) 2013 Mikola Lysenko. MIT License.

@@ -0,0 +0,0 @@ "use strict"

Sorry, the diff of this file is not supported yet

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