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

can-set

Package Overview
Dependencies
Maintainers
7
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.2.0 to 1.3.0-pre.0

8

package.json
{
"name": "can-set",
"version": "1.2.0",
"version": "1.3.0-pre.0",
"description": "Set logic for CanJS",

@@ -9,4 +9,4 @@ "main": "src/set.js",

"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"release:pre": "npm version prerelease && npm publish",
"postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push",
"release:pre": "npm version prerelease && npm publish --tag=pre",
"release:patch": "npm version patch && npm publish",

@@ -48,3 +48,3 @@ "release:minor": "npm version minor && npm publish",

"can-namespace": "^1.0.0",
"can-util": "^3.0.1"
"can-util": "^3.9.0-pre.4"
},

@@ -51,0 +51,0 @@ "bit-docs": {

@@ -448,3 +448,3 @@ var h = require("./helpers");

/**
* @function can-set.Algebra.prototype.intersection intersection
* @function can-set.Algebra.prototype.count count
* @parent can-set.Algebra.prototype

@@ -451,0 +451,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