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.1.1 to 1.1.2

5

HISTORY.md
# @bjornstar/tomes Release Notes
## v1.1.2 / 2021-02-24
* [README.md](./README.md): Replace wiki.ecmascript.org with tc39wiki.calculist.org
* [README.md](./README.md): Redirects from *.github.com are going away, change to github.io
* [package.json](./package.json): Use https for bugs url
## v1.1.1 / 2020-08-15

@@ -4,0 +9,0 @@ * [HISTORY.md](./HISTORY.md): Add dates next to version numbers

4

package.json
{
"name": "@bjornstar/tomes",
"description": "Evented Storage Agnostic Data API",
"version": "1.1.1",
"version": "1.1.2",
"author": "Bjorn Stromberg <bjorn@bjornstar.com>",

@@ -28,4 +28,4 @@ "maintainers": [

"bugs": {
"url": "http://github.com/bjornstar/tomes/issues"
"url": "https://github.com/bjornstar/tomes/issues"
}
}

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

Play with a live demo here - http://bjornstar.github.com/tomes/
Play with a live demo here - https://bjornstar.github.io/tomes/

@@ -122,3 +122,3 @@ Example

### is( *value* )
Returns a boolean value indicating whether or not the Tome is observably indistinguishable from value ([ref](http://wiki.ecmascript.org/doku.php?id=harmony:egal)). If no value is given, returns whether or not the Tome's value is truthy.
Returns a boolean value indicating whether or not the Tome is observably indistinguishable from value ([ref](https://tc39wiki.calculist.org/es6/egal/)). If no value is given, returns whether or not the Tome's value is truthy.

@@ -125,0 +125,0 @@ ### isDirty( )

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