Socket
Socket
Sign inDemoInstall

relaxed-json

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relaxed-json - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

18

package.json
{
"name": "relaxed-json",
"description": "Relaxed JSON is strict superset JSON, relaxing strictness of valilla JSON",
"version": "0.2.8",
"version": "0.2.9",
"homepage": "https://github.com/phadej/relaxed-json",

@@ -35,10 +35,10 @@ "author": {

"devDependencies": {
"eslint": "^0.9.1",
"eslint": "^0.15.0",
"istanbul": "~0.3.0",
"jscs": "~1.7.3",
"jshint": "~2.5.1",
"jsverify": "~0.4.0-beta.2",
"mocha": "~2.0.1",
"jscs": "^1.11.3",
"jshint": "^2.6.0",
"jsverify": "^0.5.1",
"mocha": "^2.1.0",
"uglify-js": "~2.4.13",
"underscore": "~1.7.0"
"underscore": "^1.8.2"
},

@@ -52,5 +52,5 @@ "keywords": [

"dependencies": {
"commander": "~2.5.0",
"chalk": "~0.5.1"
"chalk": "^1.0.0",
"commander": "^2.6.0"
}
}

@@ -58,2 +58,3 @@ # Relaxed JSON

- 0.2.9 Dependencies bump
- 0.2.8 Dev dependencies update

@@ -60,0 +61,0 @@ - 0.2.7 `rjson` executable

@@ -153,3 +153,3 @@ /*

function tokenSpecs(relaxed) {
function makeTokenSpecs(relaxed) {
function f(type) {

@@ -187,4 +187,4 @@ return function (m) {

var lexer = makeLexer(tokenSpecs(true));
var strictLexer = makeLexer(tokenSpecs(false));
var lexer = makeLexer(makeTokenSpecs(true));
var strictLexer = makeLexer(makeTokenSpecs(false));

@@ -191,0 +191,0 @@ function previousNWSToken(tokens, index) {

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