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.7 to 0.0.8

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.0.8
* Added npm badge to [README.md](README.md).
## 0.0.7

@@ -2,0 +6,0 @@

6

package.json
{
"name": "freezly",
"version": "0.0.7",
"version": "0.0.8",
"description": "Small utility for deeply freezing objects in JavaScript.",

@@ -30,4 +30,4 @@ "main": "lib/index.js",

"jest-cli": "21.2.1",
"lintly": "0.0.4",
"nodely": "0.0.11"
"lintly": "0.0.6",
"nodely": "0.0.13"
},

@@ -34,0 +34,0 @@ "jest": {

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

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

@@ -36,1 +36,5 @@ Small utility for deeply freezing objects in JavaScript.

> Note: Once you freeze an object any attempts to mutate any part of the object will result in an error being thrown.
[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