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.13.0 to 0.13.1

5

package.json
{
"name": "archetype",
"version": "0.13.0",
"version": "0.13.1",
"author": "Valeri Karpov <val@boosterfuels.com>",
"dependencies": {
"lodash.clonedeep": "4.x",
"lodash.set": "4.x",
"lodash": "4.x",
"mpath": "0.8.x"

@@ -9,0 +8,0 @@ },

4

src/index.js

@@ -5,5 +5,5 @@ 'use strict';

const Type = require('./type');
const cloneDeep = require('lodash.clonedeep');
const { cloneDeep } = require('lodash');
const get = require('./get');
const set = require('lodash.set');
const { set } = require('lodash');
const specialProperties = require('./specialProperties');

@@ -10,0 +10,0 @@ const unmarshal = require('./unmarshal');

'use strict';
const cloneDeep = require('lodash.clonedeep');
const { cloneDeep } = require('lodash');
const unmarshal = require('./unmarshal');

@@ -5,0 +5,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