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

codogo-write-document

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codogo-write-document - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/example/fullDocument.js

4

index.js

@@ -6,5 +6,7 @@ "use strict";

var exampleData = require( "./lib/example/fullDocument" ).default;
var validate_ = require( "./lib/validator/document" ).default;
exports.Document = document_;
exports.Module = module;
exports.Example = exampleData;
exports.example = exampleData;
exports.validate = validate_;

@@ -14,6 +14,6 @@ {

"prepublish": "npm run build",
"build": "babel -d lib/ js/"
"build": "babel -d dist/ js/"
},
"files": [
"lib",
"dist",
"index.js",

@@ -69,3 +69,4 @@ "README.md"

"dependencies": {
"deep-diff": "^0.3.4"
"deep-diff": "^0.3.4",
"jsonschema": "^1.1.0"
},

@@ -80,3 +81,2 @@ "devDependencies": {

"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"ghooks": "^1.3.0",

@@ -88,3 +88,3 @@ "jest-cli": "^13.2.3",

},
"version": "0.1.0"
"version": "0.2.0"
}
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