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

issues-helper

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

issues-helper - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

dist/index.esm.js

@@ -993,2 +993,3 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2';

export default IssueCoreEngine;
export { IssueCoreEngine };

@@ -1183,1 +1183,2 @@ 'use strict';

exports.IssueCoreEngine = IssueCoreEngine;
exports.default = IssueCoreEngine;

@@ -0,2 +1,4 @@

import { IssueCoreEngine } from './issues';
export * from './issues';
export * from './types';
export default IssueCoreEngine;

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Simple API of GitHub issues.",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {

@@ -8,0 +8,0 @@ "build": "father-build"

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