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

@trademe/ensure

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trademe/ensure - npm Package Compare versions

Comparing version 0.1.0-beta.2 to 0.1.0-beta.3

3

dist/singleton/singleton.js

@@ -8,3 +8,2 @@ "use strict";

return function (injectable) {
checkInjectable(injectable);
var singleton = createSingleton(injectable);

@@ -31,3 +30,5 @@ setPrototype(injectable, singleton);

if (!instantiated) {
checkInjectable(injectable);
instantiated = true;
this._reset = function () { return instantiated = false; };
return injectable.apply(this, arguments);

@@ -34,0 +35,0 @@ }

{
"name": "@trademe/ensure",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Utility decorators for Angular applications",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"prepublish": "npm run build",
"build": "npm run clean && npm run compile",
"build": "npm run clean && npm run compile && npm run cover",
"clean": "rimraf ./compiled && rimraf ./dist",

@@ -12,0 +12,0 @@ "compile": "ngc -p ./tsconfig.json && tsc -p ./tsconfig.json",

Sorry, the diff of this file is not supported yet

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