New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bjornstar/tomes

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjornstar/tomes - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

.jshintrc

6

HISTORY.md
#Tomes Release Notes
##1.0.0-beta.5
* Tomes now have a destroy method
* Add .jshintrc and run on tests
##1.0.0-beta.4

@@ -7,3 +11,3 @@ * Update `README.md` to fix first link

##1.0.0-beta.3
* Update `README.md` to point to this fork.
* Update `README.md` to point to this fork

@@ -10,0 +14,0 @@ ##1.0.0-beta.2

@@ -633,2 +633,6 @@ // Copyright (C) 2012 Wizcorp, Inc. <info@wizcorp.jp>

Tome.prototype.destroy = function () {
return Tome.destroy(this);
};
Tome.prototype.set = function (key, val) {

@@ -635,0 +639,0 @@

4

package.json
{
"name": "@bjornstar/tomes",
"description": "Evented Storage Agnostic Data API",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"author": "Bjorn Stromberg <bjornstar@gmail.com>",

@@ -10,3 +10,3 @@ "maintainers": [

"scripts": {
"test": "node test"
"test": "jshint index.js && node test"
},

@@ -13,0 +13,0 @@ "main": "index.js",

@@ -105,2 +105,5 @@ [![NPM](https://nodei.co/npm/@bjornstar/tomes.png?downloads=true)](https://nodei.co/npm/@bjornstar/tomes)

###destroy( )
Makes the tome and all of it's sub-tomes emit destroy. Does not delete anything.
###unTome( )

@@ -107,0 +110,0 @@ Returns a regular javascript version of your Tome.

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