New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-design-patterns

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-design-patterns - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "js-design-patterns",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of design pattern examples written in JavaScript.",

@@ -10,3 +10,3 @@ "scripts": {

"type": "git",
"url": "https://github.com/GrowingWithTheWeb/js-design-patterns.git"
"url": "https://github.com/gwtw/js-design-patterns.git"
},

@@ -20,5 +20,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/GrowingWithTheWeb/js-design-patterns/issues"
"url": "https://github.com/gwtw/js-design-patterns/issues"
},
"homepage": "https://github.com/GrowingWithTheWeb/js-design-patterns",
"homepage": "https://github.com/gwtw/js-design-patterns",
"devDependencies": {

@@ -25,0 +25,0 @@ "grunt": "^0.4.5",

# js-design-patterns
[![Build Status](http://img.shields.io/travis/GrowingWithTheWeb/js-design-patterns.svg?style=flat)](http://travis-ci.org/GrowingWithTheWeb/js-design-patterns)
[![Code Climate](http://img.shields.io/codeclimate/github/GrowingWithTheWeb/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/GrowingWithTheWeb/js-design-patterns)
[![Code coverage](http://img.shields.io/codeclimate/coverage/github/GrowingWithTheWeb/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/GrowingWithTheWeb/js-design-patterns)
[![Build Status](http://img.shields.io/travis/gwtw/js-design-patterns.svg?style=flat)](http://travis-ci.org/gwtw/js-design-patterns)
[![Code Climate](http://img.shields.io/codeclimate/github/gwtw/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/gwtw/js-design-patterns)
[![Code coverage](http://img.shields.io/codeclimate/coverage/github/gwtw/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/gwtw/js-design-patterns)

@@ -19,4 +19,4 @@ A collection of design pattern *examples* written in JavaScript. These are meant to be used as examples for education and guides for implementing the patterns.

* [js-data-structures](https://github.com/GrowingWithTheWeb/js-data-structures)
* [js-interview-questions](https://github.com/GrowingWithTheWeb/js-interview-questions)
* [js-sorting](https://github.com/GrowingWithTheWeb/js-sorting)
* [js-data-structures](https://github.com/gwtw/js-data-structures)
* [js-interview-questions](https://github.com/gwtw/js-interview-questions)
* [js-sorting](https://github.com/gwtw/js-sorting)
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