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

bottlejs

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bottlejs - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/bottle.d.ts

2

dist/bottle.js
;(function(undefined) {
'use strict';
/**
* BottleJS v1.2.2 - 2016-02-12
* BottleJS v1.2.3 - 2016-03-04
* A powerful dependency injection micro container

@@ -6,0 +6,0 @@ *

{
"name": "bottlejs",
"version": "1.2.2",
"version": "1.2.3",
"description": "A powerful dependency injection micro container",
"main": "dist/bottle.js",
"typings": "dist/bottle.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "grunt test"

@@ -322,1 +322,5 @@

**val** | *Mixed* | A value that will be defined as enumerable, but not writable.
## TypeScript
A TypeScript declaration file is bundled with this package. To get TypeScript to resolve it automatically, you need to set `moduleResolution` to `node` in your `tsconfig.json`.
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