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

uberproto

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

uberproto - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

7

CHANGELOG.md
# Change Log
## [v2.0.2](https://github.com/daffl/uberproto/tree/v2.0.2) (2018-06-16)
[Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.1...v2.0.2)
**Merged pull requests:**
- Add missing check for Symbols support [\#16](https://github.com/daffl/uberproto/pull/16) ([daffl](https://github.com/daffl))
## [v2.0.1](https://github.com/daffl/uberproto/tree/v2.0.1) (2018-06-03)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.0...v2.0.1)

2

dist/proto.js
/* global define */
/**
* Uberproto
*
* A base object for ECMAScript 5 style prototypal inheritance.

@@ -4,0 +6,0 @@ *

/* global define */
/**
* Uberproto
*
* A base object for ECMAScript 5 style prototypal inheritance.

@@ -4,0 +6,0 @@ *

7

package.json
{
"name": "uberproto",
"description": "JavaScript object inheritance sugar: Easy extension, mixins, super methods, proxies",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "http://daffl.github.com/uberproto",

@@ -44,2 +44,3 @@ "repository": {

"mocha": "^5.2.0",
"istanbul": "^1.1.0-alpha.1",
"semistandard": "^12.0.1",

@@ -52,5 +53,3 @@ "shx": "^0.2.2",

},
"dependencies": {
"istanbul": "^1.1.0-alpha.1"
}
"dependencies": {}
}
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