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

live-set

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-set - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

circle.yml

15

package.json
{
"name": "live-set",
"version": "0.4.2",
"version": "0.4.3",
"description": "Class representing a changing and transformable collection of items.",

@@ -8,3 +8,3 @@ "main": "index.js",

"prepare": "rm -f *.js *.flow && babel -s inline -d ./ src/ --ignore '*.test.*' && flow-copy-source -v src . --ignore '*.test.*'",
"test": "npm run lint && npm run flow_check && jest",
"test": "yarn run lint && yarn run flow_check && jest",
"flow_check": "flow check",

@@ -40,8 +40,9 @@ "lint": "eslint .",

"symbol-observable": "^1.0.4",
"zen-observable": "^0.5.2"
"zen-observable": "^0.6.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-jest": "^20.0.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-jest": "^21.2.0",
"babel-plugin-add-module-exports": "^0.2.1",

@@ -54,5 +55,5 @@ "babel-plugin-transform-flow-strip-types": "^6.22.0",

"eslint-plugin-flowtype": "^2.30.0",
"flow-bin": "^0.49.1",
"flow-bin": "^0.59.0",
"flow-copy-source": "^1.1.0",
"jest": "^20.0.4",
"jest": "^21.2.1",
"pdelay": "^1.0.0",

@@ -59,0 +60,0 @@ "transducers.js": "^0.3.2"

@@ -524,4 +524,6 @@ # live-set

is not set to "production". If you're using Browserify, then setting the
NODE_ENV environment variable to "production" is enough to disable these
checks. Webpack may require additional configuration.
NODE_ENV environment variable to "production" during build is enough to disable
these checks. Instructions for other bundlers [can be found in React's
documentation](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build),
which uses the same convention.

@@ -528,0 +530,0 @@ The additional checks make sure that the Set passed to `setValues` and the 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