New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tokenizer/s3

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokenizer/s3 - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/index.d.ts

@@ -11,5 +11,7 @@ import * as S3 from 'aws-sdk/clients/s3';

* Initialize tokenizer from S3 object
* @param s3 S3 client
* @param objRequest S3 object request
* @param options music-metadata options
* @return Tokenizer
*/
export declare function makeTokenizer(s3: S3, objRequest: S3.Types.GetObjectRequest, options?: IS3Options): Promise<strtok3.ITokenizer>;

@@ -8,4 +8,6 @@ "use strict";

* Initialize tokenizer from S3 object
* @param s3 S3 client
* @param objRequest S3 object request
* @param options music-metadata options
* @return Tokenizer
*/

@@ -12,0 +14,0 @@ async function makeTokenizer(s3, objRequest, options) {

15

package.json
{
"name": "@tokenizer/s3",
"version": "0.1.1",
"version": "0.1.2",
"description": "Amazon S3 tokenizer",

@@ -31,7 +31,10 @@ "main": "lib/index.js",

],
"author": "",
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Borewit/tokenizer-s3.git"
"url": "https://github.com/Borewit/tokenizer-s3.git"
},

@@ -42,4 +45,4 @@ "bugs": {

"dependencies": {
"@tokenizer/range": "^0.2.1",
"strtok3": "^5.0.0"
"@tokenizer/range": "^0.3.0",
"strtok3": "^6.0.0"
},

@@ -54,3 +57,3 @@ "devDependencies": {

"eslint": "^6.8.0",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"ts-node": "^8.5.4",

@@ -57,0 +60,0 @@ "typescript": "^3.6.4"

@@ -45,1 +45,4 @@ [![Build Status](https://travis-ci.org/Borewit/tokenizer-s3.svg?branch=master)](https://travis-ci.org/Borewit/tokenizer-s3)

## Dependency graph
![dependency graph](doc/dependency.svg)
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