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

@frontity/file-settings

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontity/file-settings - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.4](https://github.com/frontity/frontity/compare/@frontity/file-settings@1.1.3...@frontity/file-settings@1.1.4) (2019-10-02)
### Bug Fixes
* **typescript:** update to latest version ([a89b11c](https://github.com/frontity/frontity/commit/a89b11c))
## [1.1.3](https://github.com/frontity/frontity/compare/@frontity/file-settings@1.1.2...@frontity/file-settings@1.1.3) (2019-09-10)

@@ -8,0 +19,0 @@

10

dist/src/normalizeSettings.js

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

if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;

@@ -30,4 +32,4 @@ };

var { packages } = _a, settings = __rest(_a, ["packages"]);
return (Object.assign({}, mergeDeepRight_1.default(defaultSettings, settings), { packages: packages.map(pkg => typeof pkg === "string"
? Object.assign({}, defaultPackage, { name: pkg }) : Object.assign({}, defaultPackage, pkg)) }));
return (Object.assign(Object.assign({}, mergeDeepRight_1.default(defaultSettings, settings)), { packages: packages.map(pkg => typeof pkg === "string"
? Object.assign(Object.assign({}, defaultPackage), { name: pkg }) : Object.assign(Object.assign({}, defaultPackage), pkg)) }));
};

@@ -34,0 +36,0 @@ // This function normalizes the imported settings.

8

package.json
{
"name": "@frontity/file-settings",
"version": "1.1.3",
"version": "1.1.4",
"description": "file settings package",

@@ -35,3 +35,3 @@ "author": "Eduardo Campaña <asrielo@gmail.com>",

"devDependencies": {
"@frontity/types": "^1.1.1",
"@frontity/types": "^1.1.2",
"@types/jest": "^24.0.11",

@@ -41,5 +41,5 @@ "@types/ramda": "^0.26.6",

"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
"typescript": "^3.6.3"
},
"gitHead": "f9ef0dfa9501279d02da6f6da7a3a5f5849c4b7b"
"gitHead": "470f4d8a3d8f4575551151190849fd28ffe6b3a4"
}
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