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

freezly

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freezly - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

lib/index.js.flow

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 0.0.10
* Generate flow types in output directory.
## 0.0.9
* Added coverage badge to [README.md](README.md).
## 0.0.8

@@ -2,0 +10,0 @@

4

lib/index.js

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

exports.default = deepFreeze;
/**
* @noflow
*/
/* eslint-disable flowtype/require-parameter-type */

@@ -13,0 +11,0 @@

{
"name": "freezly",
"version": "0.0.8",
"version": "0.0.9",
"description": "Small utility for deeply freezing objects in JavaScript.",
"main": "lib/index.js",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"build": "nodely -s ./src -o ./lib",
"build": "nodely -s ./src -o ./lib # && npm run gen-types",
"gen-types": "flow gen-flow-files src --out-dir lib",
"postpublish": "codecov",
"prepublishOnly": "npm run build",
"test": "lintly src && flow && jest"

@@ -16,6 +21,9 @@ },

"keywords": [
"object",
"data",
"freeze",
"functional",
"immutable",
"immutability"
"immutability",
"object",
"stateless"
],

@@ -29,6 +37,7 @@ "author": "Matthew Dahl <https://github.com/dogma-io>",

"devDependencies": {
"codecov": "3.0.0",
"flow-bin": "0.59.0",
"jest-cli": "21.2.1",
"lintly": "0.0.6",
"nodely": "0.0.13"
"lintly": "0.0.8",
"nodely": "0.0.20"
},

@@ -35,0 +44,0 @@ "jest": {

@@ -1,2 +0,2 @@

# freezly [![NPM][npm-img]][npm-url]
# freezly [![NPM][npm-img]][npm-url] [![Coverage][cov-img]][cov-url]

@@ -37,4 +37,7 @@ Small utility for deeply freezing objects in JavaScript.

[cov-img]: https://img.shields.io/codecov/c/github/dogma-io/freezly.svg "Code Coverage"
[cov-url]: https://codecov.io/gh/dogma-io/freezly
[npm-img]: https://img.shields.io/npm/v/freezly.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/freezly
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