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

model-json-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

model-json-js - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

57

package.json
{
"name": "model-json-js",
"version": "0.3.0",
"version": "0.3.1",
"description": "A JavaScript Model class that implements a serializable solution for data modeling on the client and/or server.",

@@ -15,4 +15,3 @@ "main": "index.js",

"fix": "standard --fix",
"prerelease": "del package.tar.gz",
"release": "cross-env NODE_ENV=production npm run test:all && npm test && npm run build && node ./bin/compress",
"release": "cross-env NODE_ENV=production npm run test:all && npm test && npm run build",
"postrelease": "npm run document",

@@ -41,38 +40,38 @@ "pretest": "del coverage coverage.lcov .nyc_output",

"dependencies": {
"schema-json-js": "~0.4.0"
"schema-json-js": "~0.4.1"
},
"devDependencies": {
"@babel/cli": "~7.4.4",
"@babel/core": "~7.4.5",
"@babel/cli": "~7.6.4",
"@babel/core": "~7.6.4",
"@babel/plugin-syntax-object-rest-spread": "~7.2.0",
"@babel/plugin-transform-modules-commonjs": "~7.4.4",
"@babel/register": "~7.4.4",
"archiver": "~3.0.0",
"babel-eslint": "~10.0.1",
"@babel/plugin-transform-modules-commonjs": "~7.6.0",
"@babel/register": "~7.6.2",
"archiver": "~3.1.1",
"babel-eslint": "~10.0.3",
"babel-plugin-add-module-exports": "~1.0.2",
"babel-plugin-istanbul": "~5.1.4",
"babel-plugin-istanbul": "~5.2.0",
"babelify": "~10.0.0",
"browserify": "~16.2.3",
"browserify": "~16.5.0",
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"codecov": "~3.5.0",
"cross-env": "~5.2.0",
"del-cli": "~2.0.0",
"codecov": "~3.6.1",
"cross-env": "~6.0.3",
"del-cli": "~3.0.0",
"dirty-chai": "~2.0.1",
"jsdoc": "~3.6.2",
"karma": "~4.1.0",
"karma-browserify": "~6.0.0",
"jsdoc": "~3.6.3",
"karma": "~4.3.0",
"karma-browserify": "~6.1.0",
"karma-browserstack-launcher": "~1.5.1",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-firefox-launcher": "~1.2.0",
"karma-mocha": "~1.3.0",
"minami": "~1.2.3",
"mocha": "~6.1.4",
"nock": "~10.0.6",
"nodemon": "~1.19.1",
"mocha": "~6.2.1",
"nock": "~11.4.0",
"nodemon": "~1.19.3",
"nyc": "~14.1.1",
"proxyquire": "~2.1.0",
"sinon": "~7.3.2",
"standard": "~12.0.1",
"terser": "~4.0.2",
"proxyquire": "~2.1.3",
"sinon": "~7.5.0",
"standard": "~14.3.1",
"terser": "~4.3.8",
"watchify": "~3.11.1"

@@ -116,7 +115,5 @@ },

"ignore": [
"docs/",
"tst/benchmark/",
"JSON-Schema-Test-Suite/"
"docs/"
]
}
}

@@ -119,2 +119,5 @@ # Model(JSON)<sup>js</sup>

## Changelog
#### v0.3.1
- updated dependencies
#### v0.3.0

@@ -143,5 +146,2 @@ - added `version` setter functionality to static function

[browserstack-image]: https://www.browserstack.com/automate/badge.svg?badge_key=eDlQNTJyWmtKUGY4dUVkUE1KU0xYdlhsWEQ1RmhtUVhCb285NWpla2picz0tLVBUZ0orditWQXNFWS9tNnNPNUVQREE9PQ==--7be9058ed16408dc5a4ee811336e7c48e21631d7
[browserstack-url]: https://www.browserstack.com/automate/public-build/eDlQNTJyWmtKUGY4dUVkUE1KU0xYdlhsWEQ1RmhtUVhCb285NWpla2picz0tLVBUZ0orditWQXNFWS9tNnNPNUVQREE9PQ==--7be9058ed16408dc5a4ee811336e7c48e21631d7
[codecov-image]: https://img.shields.io/codecov/c/github/fnalabs/model-json-js.svg

@@ -148,0 +148,0 @@ [codecov-url]: https://codecov.io/gh/fnalabs/model-json-js

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