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

json-text-sequence

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-text-sequence - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

9

Gruntfile.js

@@ -43,7 +43,9 @@ module.exports = function(grunt) {

nodeunit: {
all: ['test/*.coffee']
all: ['test/*.js']
},
shell: {
istanbul: {
command: 'istanbul cover nodeunit test'
stdout: true,
stderr: true,
command: 'istanbul cover nodeunit test/*.coffee'
},

@@ -83,3 +85,4 @@ },

grunt.registerTask('server', ['test', 'shell:istanbul', 'express', 'watch']);
grunt.registerTask('ci', ['test', 'shell:istanbul', 'coveralls']);
grunt.registerTask('coverage', ['coffee', 'shell:istanbul'])
grunt.registerTask('ci', ['coverage', 'coveralls']);
};
{
"name": "json-text-sequence",
"version": "0.0.3",
"version": "0.0.4",
"description": "Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequence",

@@ -10,2 +10,3 @@ "main": "./lib/index.js",

"scripts": {
"ci": "grunt ci",
"test": "grunt test"

@@ -30,2 +31,3 @@ },

"devDependencies": {
"coffee-script": "^1.8.0",
"grunt": "^0.4.5",

@@ -42,7 +44,9 @@ "grunt-codo": "^0.2.0",

"grunt-shell": "^1.1.1",
"jit-grunt": "^0.8.0"
"istanbul": "^0.3.2",
"jit-grunt": "^0.8.0",
"nodeunit": "^0.9.0"
},
"dependencies": {
"delimit-stream": "0.0.1"
"delimit-stream": "0.1.0"
}
}

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