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

carty

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carty

A lightweight and simple to use shopping cart library.

  • 0.8.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Carty

Build Status Coverage Status

A lightweight and simple to use shopping cart library.

Documentation

  • Introduction
  • Carty with jQuery
  • Carty with Node.js

Browser Support and Polyfills

Carty makes use of ES5 and ES6 features but doesn't ship itself with any polyfills. Make sure to include polyfills if your targeted environments don't support the required features.

ES5

You may use ES5 polyfills for the following features (if you have to support browsers like IE8 for example):

You can use es5-shim which provides the required polyfills.

ES6

You may use ES6 polyfills for the following features:

ES6 Promises are supported in Node since version 0.11.13.

For browser support, check caniuse.

You can use es6-promise to polyfill both Node and browsers.

Other

If you use the localStorage store adapter, you may polyfill JSON with json2.

Running the Tests

Node

$ npm install
$ make test

License

Copyright (c) 2015-2020 Jan Sorgalla. Released under the MIT license.

Keywords

FAQs

Package last updated on 06 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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