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.3 to 0.0.4

1

dist/index.esm.js

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

export default IssueCoreEngine;
export { IssueCoreEngine };

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

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

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

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

43

package.json
{
"private": false,
"name": "issues-helper",
"description": "Simple API of GitHub issues.",
"version": "0.0.3",
"scripts": {
"build": "father-build"
},
"version": "0.0.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/issues/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/actions-cool/issues-helper/src/issues",
"branch": "main"
"scripts": {
"build": "father-build"
},
"author": "xrkffgg",
"homepage": "https://github.com/actions-cool/issues-helper/src/issues",
"homepage": "https://github.com/actions-cool/actions-util",
"keywords": [
"issues",
"github",
"api"
"action",
"ts",
"js",
"tool",
"util"
],
"files": [
"dist",
"README.md",
"CHANGELOG.md"
"lib",
"es",
"CHANGELOG.md",
"README.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/actions-cool/actions-util/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/actions-cool/actions-util",
"branch": "main"
},
"devDependencies": {
"father-build": "1.19.1"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@octokit/rest": "^18.0.12"
},
"devDependencies": {
"father-build": "^1.17.2",
"typescript": "^4.1.2"
}
}
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