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

herit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

herit - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

herit.sublime-project

2

bower.json
{
"name": "herit",
"version": "2.0.0",
"version": "2.1.0",
"main": "herit.js"
}

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

(function () {
(function (root, factory) {
if (typeof define === 'function' && define.amd) define('herit', [], factory);
else if (typeof exports !== 'undefined') module.exports = factory();
else root.herit = factory();
})(this, function () {
'use strict';

@@ -58,3 +62,3 @@

node ? module.exports = herit : window.herit = herit;
})();
return herit;
});
{
"name": "herit",
"version": "2.0.0",
"version": "2.1.0",
"author": "Casey Foster <c@sey.me>",

@@ -5,0 +5,0 @@ "main": "herit",

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