@expo/plist
Advanced tools
Comparing version 0.0.8 to 0.0.9
"use strict"; | ||
/* eslint-disable */ | ||
/* (The MIT License) | ||
@@ -3,0 +4,0 @@ |
/// <reference types="node" /> | ||
import { XMLToStringOptions } from 'xmlbuilder'; | ||
import { build } from './build'; | ||
import { parse } from './parse'; | ||
import { build } from './build'; | ||
export declare type PlistValue = string | number | boolean | Date | Buffer | PlistObject | PlistArray; | ||
@@ -6,0 +6,0 @@ export interface PlistObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const build_1 = require("./build"); | ||
const parse_1 = require("./parse"); | ||
const build_1 = require("./build"); | ||
exports.default = { parse: parse_1.parse, build: build_1.build }; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
/* eslint-disable */ | ||
/* (The MIT License) | ||
@@ -3,0 +4,0 @@ |
{ | ||
"name": "@expo/plist", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Mac OS X Plist parser/builder for Node.js and browsers", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34822
381
0