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

can-set

Package Overview
Dependencies
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-set - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "can-set",
"version": "1.0.1",
"version": "1.0.2",
"description": "Set logic for CanJS",

@@ -5,0 +5,0 @@ "main": "src/set.js",

@@ -17,1 +17,5 @@ require("steal-qunit");

});
test('set.clause', function(){
QUnit.ok(set.clause);
});

@@ -5,6 +5,9 @@ var set = require("./set-core");

var props = require("./props");
var clause = require("./clause");
set.comparators = props; // For backward compatibility
set.props = props;
set.helpers = require("./helpers");
set.clause = clause;
module.exports = ns.set = set;
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