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

@frontity/file-settings

Package Overview
Dependencies
Maintainers
5
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.0.0 to 1.1.0

11

CHANGELOG.md

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

# [1.1.0](https://github.com/frontity/frontity/compare/@frontity/file-settings@1.0.0...@frontity/file-settings@1.1.0) (2019-06-19)
### Features
* **packages:** creates packages @frontity/components, @frontity/hooks, and adds image processor to @frontity/html2react ([#130](https://github.com/frontity/frontity/issues/130)) ([6af4aa1](https://github.com/frontity/frontity/commit/6af4aa1))
# [1.0.0](https://github.com/frontity/frontity/compare/@frontity/file-settings@0.3.0...@frontity/file-settings@1.0.0) (2019-06-05)

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

6

dist/normalizeSettings.js

@@ -7,6 +7,4 @@ "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 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
return t;

@@ -13,0 +11,0 @@ };

{
"name": "@frontity/file-settings",
"version": "1.0.0",
"version": "1.1.0",
"description": "file settings package",

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

"test:inspect": "node --inspect ./node_modules/.bin/jest --watch --no-cache --runInBand",
"dev": "ts-node src/index.ts",
"build": "tsc --project ./tsconfig.build.json",

@@ -43,6 +42,5 @@ "prepublish": "npm run build"

"ts-jest": "^24.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.5"
},
"gitHead": "db686fcf52ce5918a98f297c6202e6a81f2e20ec"
"gitHead": "4e93cde08d9f6c350411ed6ab0c915068f9491d4"
}
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