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

@asteasolutions/csv

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asteasolutions/csv - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "@asteasolutions/csv",
"version": "0.1.0",
"version": "0.1.1",
"description": "Helper library for create CSV file export",
"repository": {
"type": "git",
"url": "https://github.com/asteasolutions/angular2-csv.git"
"url": "https://github.com/asteasolutions/csv.git"
},

@@ -28,7 +28,7 @@ "scripts": {

"bugs": {
"url": "https://github.com/javiertelioz/angular2-csv/issues"
"url": "https://github.com/astesolutions/csv/issues"
},
"main": "Csv.js",
"typings": "./Csv.d.ts",
"homepage": "https://github.com/javiertelioz/angular2-csv#readme",
"homepage": "https://github.com/astesolutions/csv#readme",
"devDependencies": {

@@ -35,0 +35,0 @@ "@types/jasmine": "^2.5.46",

@@ -9,3 +9,3 @@ # Csv | Export to CSV in Angular2

```javascript
npm install --save angular2-csv
npm install --save @asteasolutions/csv
```

@@ -16,3 +16,3 @@

import { Csv } from 'angular2-csv/Csv';
import { Csv } from '@asteasolutions/csv/Csv';

@@ -19,0 +19,0 @@ var data = [

Sorry, the diff of this file is not supported yet

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