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

@valerii-zinchenko/observer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valerii-zinchenko/observer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dest/observer.js

8

Gruntfile.js

@@ -8,4 +8,4 @@ module.exports = function(grunt) {

'// v<%= pkg.version %>\n' +
'// Copyright (c) 2016-2017 <%= pkg.author %>\n' +
'// License: <%= pkg.license %> http://valerii-zinchenko.github.io/<%= pkg.name %>/blob/master/LICENSE.txt\n' +
'// Copyright (c) 2016-2018 <%= pkg.author %>\n' +
'// License: <%= pkg.license %> http://valerii-zinchenko.github.io/observer/blob/master/LICENSE.txt\n' +
'// All source files are available at: http://github.com/<%= pkg.repository %>\n';

@@ -20,3 +20,3 @@

src: src + '*.js',
dest: '<%= pkg.directories.dest %>/<%= pkg.name%>.js',
dest: '<%= pkg.directories.dest %>/observer.js',
template: 'umd.hbs',

@@ -34,3 +34,3 @@ objectToExport: 'Observer'

files: {
'<%= pkg.directories.dest %>/<%= pkg.name %>.min.js': '<%= pkg.directories.dest %>/<%= pkg.name %>.js'
'<%= pkg.directories.dest %>/observer.min.js': '<%= pkg.directories.dest %>/observer.js'
}

@@ -37,0 +37,0 @@ }

The MIT License (MIT)
Copyright (c) 2016-2017 Valerii Zinchenko
Copyright (c) 2016-2018 Valerii Zinchenko

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@valerii-zinchenko/observer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple tool to work with events.",

@@ -14,3 +14,3 @@ "main": "dest/observer.js",

"preversion": "grunt test",
"prepublish": "grunt build"
"prepublishOnly": "grunt build"
},

@@ -17,0 +17,0 @@ "directories": {

@@ -18,3 +18,3 @@ # Observer

```
$ npm install @valerii-zinchenko/observer --save
$ npm install valerii-zinchenko/observer --save
$ grunt build

@@ -21,0 +21,0 @@ ```

/*
* Observer
*
* Copyright (c) 2016-2017 Valerii Zinchenko
* Copyright (c) 2016-2018 Valerii Zinchenko
* Licensed under MIT (https://github.com/valerii-zinchenko/observer/blob/master/LICENSE.txt).

@@ -21,3 +21,3 @@ * All source files are available at: http://github.com/valerii-zinchenko/observer

*
* All input argumetns are directly passed into [listen]{@link Observer#listen} method.
* All input arguments are directly passed into [listen]{@link Observer#listen} method.
*

@@ -24,0 +24,0 @@ * @class

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