Socket
Socket
Sign inDemoInstall

archetype

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archetype - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.11.3"></a>
## [0.11.3](https://github.com/boosterfuels/archetype/compare/v0.11.2...v0.11.3) (2020-05-18)
### Bug Fixes
* **import:** Remove unused import of index.js in src/unmarshal/index.js ([71eac99](https://github.com/boosterfuels/archetype/commit/71eac99))
<a name="0.11.1"></a>

@@ -2,0 +12,0 @@ ## [0.11.1](https://github.com/boosterfuels/archetype/compare/v0.11.0...v0.11.1) (2020-02-27)

2

package.json
{
"name": "archetype",
"version": "0.11.2",
"version": "0.11.3",
"author": "Valeri Karpov <val@boosterfuels.com>",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -39,3 +39,3 @@ # archetype

try {
Person({ // <-- calling with `new` is optional
new Person({
name: 'test',

@@ -42,0 +42,0 @@ bandId: 'ImNotAValidObjectId'

'use strict';
const Schema = require('../').Schema;
const StandardError = require('standard-error');

@@ -5,0 +4,0 @@ const ValidateError = require('./error');

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