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

angular-shepherd

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-shepherd - npm Package Compare versions

Comparing version 15.0.0 to 16.0.0

esm2022/angular-shepherd.mjs

1

lib/shepherd.service.d.ts

@@ -16,2 +16,3 @@ import Shepherd from 'shepherd.js';

tourObject: Shepherd.Tour;
exitOnEsc: boolean;
constructor();

@@ -18,0 +19,0 @@ /**

26

package.json
{
"name": "angular-shepherd",
"version": "15.0.0",
"version": "16.0.0",
"description": "An Angular wrapper for the site tour library Shepherd.",

@@ -11,3 +11,7 @@ "keywords": [

],
"repository": "https://github.com/shipshapecode/angular-shepherd",
"repository": {
"type": "git",
"url": "https://github.com/shipshapecode/angular-shepherd.git"
},
"homepage": "https://github.com/shipshapecode/angular-shepherd",
"license": "MIT",

@@ -24,10 +28,6 @@ "author": {

"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"module": "fesm2015/angular-shepherd.mjs",
"es2020": "fesm2020/angular-shepherd.mjs",
"esm2020": "esm2020/angular-shepherd.mjs",
"fesm2020": "fesm2020/angular-shepherd.mjs",
"fesm2015": "fesm2015/angular-shepherd.mjs",
"module": "fesm2022/angular-shepherd.mjs",
"typings": "index.d.ts",

@@ -40,7 +40,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/angular-shepherd.mjs",
"es2020": "./fesm2020/angular-shepherd.mjs",
"es2015": "./fesm2015/angular-shepherd.mjs",
"node": "./fesm2015/angular-shepherd.mjs",
"default": "./fesm2020/angular-shepherd.mjs"
"esm2022": "./esm2022/angular-shepherd.mjs",
"esm": "./esm2022/angular-shepherd.mjs",
"default": "./fesm2022/angular-shepherd.mjs"
}

@@ -47,0 +45,0 @@ },

@@ -25,2 +25,3 @@ # angular-shepherd

* Angular 15: 15.x
* Angular 16: 16.x

@@ -27,0 +28,0 @@ This has not been tested in anything but Angular 8+. It may or may not work in previous versions or subsequent versions

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