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

jyt

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jyt - npm Package Compare versions

Comparing version 0.1.50 to 0.1.51

3

lib/jyt.runtime.js

@@ -140,4 +140,3 @@ /**

var e = {
tag: tagName,
render: function () { return render(e); }
tag: tagName
};

@@ -144,0 +143,0 @@

{
"name": "jyt",
"version": "0.1.50",
"version": "0.1.51",
"description": "JavaScript Your Templates",

@@ -5,0 +5,0 @@ "main": "lib/jyt.js",

@@ -16,4 +16,4 @@ /**

if (err) { done(err); }
//actual.should.deep.equal(expected);
JSON.stringify(actual).should.equal(JSON.stringify(expected));
actual.should.deep.equal(expected);
//JSON.stringify(actual).should.equal(JSON.stringify(expected));
done();

@@ -20,0 +20,0 @@ });

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